#CC0E65

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

Shades of Ruby #CC0E65

Tints of Ruby #CC0E65

Color information

#CC0E65 (or 0xCC0E65) is unknown color: approx Ruby. HEX triplet: CC, 0E and 65. RGB value is (204,14,101). Sum of RGB (Red+Green+Blue) = 204+14+101=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0E65 is #33F19A. Grayscale: #505050. Windows color (decimal): -3404187 or 6622924. OLE color: 6622924.

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

Color convert

RGB20414101-
CMYK00.930.500.2
HSL332.53º87.16%42.75%-
HSV(B)332.53º93.14%80%-
XYZ27.4114.0913.59-
YUV80.73139.45215.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.95%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=63.95%
G=4.39%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041410100.930.500.2332.5387.1642.75
HexCCE6505D321414d572b
Octal314161450135622451512753
Binary110011001110110010101011101110010101001010011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0E65; }

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

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

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

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

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

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

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

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