#CC115B

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

Shades of Ruby #CC115B

Tints of Ruby #CC115B

Color information

#CC115B (or 0xCC115B) is unknown color: approx Ruby. HEX triplet: CC, 11 and 5B. RGB value is (204,17,91). Sum of RGB (Red+Green+Blue) = 204+17+91=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC115B is #33EEA4. Grayscale: #515151. Windows color (decimal): -3403429 or 5968332. OLE color: 5968332.

HSL color Cylindrical-coordinate representation of color #CC115B: hue angle of 336.26º 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 #CC115B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB2041791-
CMYK00.920.550.2
HSL336.26º84.62%43.33%-
HSV(B)336.26º91.67%80%-
XYZ26.9913.9911.18-
YUV81.35133.45215.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.38%
GREEN value IS 17 (7.03% from 255) = 5.45%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=65.38%
G=5.45%
B=29.17%

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
Decimal204179100.920.550.2336.2684.6243.33
HexCC115B05C3714150552b
Octal314211330134672452012553
Binary1100110010001101101101011100110111101001010100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC115B; }

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

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

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

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

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

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

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

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