#CD0D6C

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

Shades of Ruby #CD0D6C

Tints of Ruby #CD0D6C

Color information

#CD0D6C (or 0xCD0D6C) is unknown color: approx Ruby. HEX triplet: CD, 0D and 6C. RGB value is (205,13,108). Sum of RGB (Red+Green+Blue) = 205+13+108=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0D6C is #32F293. Grayscale: #515151. Windows color (decimal): -3338900 or 7081421. OLE color: 7081421.

HSL color Cylindrical-coordinate representation of color #CD0D6C: hue angle of 330.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0D6C is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB20513108-
CMYK00.940.470.20
HSL330.31º88.07%42.75%-
HSV(B)330.31º93.66%80.39%-
XYZ28.0314.3515.48-
YUV81.24143.11216.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 62.88%
GREEN value IS 13 (5.47% from 255) = 3.99%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=62.88%
G=3.99%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051310800.940.470.20330.3188.0742.75
HexCDD6C05E2F1414a582b
Octal315151540136572451213053
Binary110011011101110110001011110101111101001010010101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0D6C; }

 p { color: rgb(205,13,108); }

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

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

 a { background-color: rgb(205,13,108); }

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

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

 span { border-color: rgb(205,13,108); }

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