#CC0E58

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

Shades of Ruby #CC0E58

Tints of Ruby #CC0E58

Color information

#CC0E58 (or 0xCC0E58) is unknown color: approx Ruby. HEX triplet: CC, 0E and 58. RGB value is (204,14,88). Sum of RGB (Red+Green+Blue) = 204+14+88=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0E58 is #33F1A7. Grayscale: #4F4F4F. Windows color (decimal): -3404200 or 5770956. OLE color: 5770956.

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

Color convert

RGB2041488-
CMYK00.930.570.2
HSL336.63º87.16%42.75%-
HSV(B)336.63º93.14%80%-
XYZ26.8213.8610.49-
YUV79.25132.95216.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.67%
GREEN value IS 14 (5.86% from 255) = 4.58%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=66.67%
G=4.58%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204148800.930.570.2336.6387.1642.75
HexCCE5805D3914151572b
Octal314161300135712452112753
Binary110011001110101100001011101111001101001010100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0E58; }

 p { color: rgb(204,14,88); }

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

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

 a { background-color: rgb(204,14,88); }

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

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

 span { border-color: rgb(204,14,88); }

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