#CD0563

Color #CD0563 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #CD0563

Tints of Ruby #CD0563

Color information

#CD0563 (or 0xCD0563) is unknown color: approx Ruby. HEX triplet: CD, 05 and 63. RGB value is (205,5,99). Sum of RGB (Red+Green+Blue) = 205+5+99=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0563 is #32FA9C. Grayscale: #4B4B4B. Windows color (decimal): -3340957 or 6489549. OLE color: 6489549.

HSL color Cylindrical-coordinate representation of color #CD0563: hue angle of 331.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0563 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB205599-
CMYK00.980.520.20
HSL331.8º95.24%41.18%-
HSV(B)331.8º97.56%80.39%-
XYZ27.4813.9913.06-
YUV75.52141.26220.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 66.34%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=66.34%
G=1.62%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20559900.980.520.20331.895.2441.18
HexCD563062341414c5f29
Octal31551430142642451413751
Binary11001101101110001101100010110100101001010011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0563; }

 p { color: rgb(205,5,99); }

 H1.HeaderClassName
 {
   color: #CD0563;
 }
 .AnyTagClassName
 {
   color: #CD0563;
 }
</style>
background-color css

<style>
 a { background-color: #CD0563; }

 a { background-color: rgb(205,5,99); }

 div.DivClassName
 {
   background-color: #CD0563;
 }
 .BgClassName
 {
   background-color: #CD0563;
 }
</style>
border-color css

<style>
 span { border-color: #CD0563; }

 span { border-color: rgb(205,5,99); }

 td.TdClassName
 {
   border-color: #CD0563;
 }
 .TagClassName
 {
   border-color: #CD0563;
 }
</style>