#CC115C

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

Shades of Ruby #CC115C

Tints of Ruby #CC115C

Color information

#CC115C (or 0xCC115C) is unknown color: approx Ruby. HEX triplet: CC, 11 and 5C. RGB value is (204,17,92). Sum of RGB (Red+Green+Blue) = 204+17+92=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC115C is #33EEA3. Grayscale: #515151. Windows color (decimal): -3403428 or 6033868. OLE color: 6033868.

HSL color Cylindrical-coordinate representation of color #CC115C: hue angle of 335.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC115C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB2041792-
CMYK00.920.550.2
HSL335.94º84.62%43.33%-
HSV(B)335.94º91.67%80%-
XYZ27.0314.0111.4-
YUV81.46133.95215.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.18%
GREEN value IS 17 (7.03% from 255) = 5.43%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=65.18%
G=5.43%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204179200.920.550.2335.9484.6243.33
HexCC115C05C3714150552b
Octal314211340134672452012553
Binary1100110010001101110001011100110111101001010100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC115C; }

 p { color: rgb(204,17,92); }

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

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

 a { background-color: rgb(204,17,92); }

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

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

 span { border-color: rgb(204,17,92); }

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