#CD0C6B

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

Shades of Ruby #CD0C6B

Tints of Ruby #CD0C6B

Color information

#CD0C6B (or 0xCD0C6B) is unknown color: approx Ruby. HEX triplet: CD, 0C and 6B. RGB value is (205,12,107). Sum of RGB (Red+Green+Blue) = 205+12+107=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C6B is #32F394. Grayscale: #505050. Windows color (decimal): -3339157 or 7015629. OLE color: 7015629.

HSL color Cylindrical-coordinate representation of color #CD0C6B: hue angle of 330.47º degrees, saturation: 0.89, 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 #CD0C6B is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20512107-
CMYK00.940.480.20
HSL330.47º88.94%42.55%-
HSV(B)330.47º94.15%80.39%-
XYZ27.9614.315.2-
YUV80.54142.94216.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.27%
GREEN value IS 12 (5.08% from 255) = 3.70%
BLUE value IS 107 (42.19% from 255) = 33.02%
R=63.27%
G=3.70%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051210700.940.480.20330.4788.9442.55
HexCDC6B05E301414a592b
Octal315141530136602451213153
Binary110011011100110101101011110110000101001010010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0C6B; }

 p { color: rgb(205,12,107); }

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

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

 a { background-color: rgb(205,12,107); }

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

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

 span { border-color: rgb(205,12,107); }

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