#cc0c6c

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

Shades of Ruby #CC0C6C

Tints of Ruby #CC0C6C

Color information

#CC0C6C (or 0xCC0C6C) is unknown color: approx Ruby. HEX triplet: CC, 0C and 6C. RGB value is (204,12,108). Sum of RGB (Red+Green+Blue) = 204+12+108=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C6C is #33F393. Grayscale: #505050. Windows color (decimal): -3404692 or 7081164. OLE color: 7081164.

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

Color convert

RGB20412108-
CMYK00.940.470.2
HSL330º88.89%42.35%-
HSV(B)330º94.12%80%-
XYZ27.7414.1815.46-
YUV80.35143.61216.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.96%
GREEN value IS 12 (5.08% from 255) = 3.70%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=62.96%
G=3.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041210800.940.470.233088.8942.35
HexCCC6C05E2F1414a592a
Octal314141540136572451213152
Binary110011001100110110001011110101111101001010010101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc0c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc0c6c; }

 p { color: rgb(204,12,108); }

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

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

 a { background-color: rgb(204,12,108); }

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

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

 span { border-color: rgb(204,12,108); }

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