#CC0A67

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

Shades of Ruby #CC0A67

Tints of Ruby #CC0A67

Color information

#CC0A67 (or 0xCC0A67) is unknown color: approx Ruby. HEX triplet: CC, 0A and 67. RGB value is (204,10,103). Sum of RGB (Red+Green+Blue) = 204+10+103=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0A67 is #33F598. Grayscale: #4E4E4E. Windows color (decimal): -3405209 or 6752972. OLE color: 6752972.

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

Color convert

RGB20410103-
CMYK00.950.500.2
HSL331.24º90.65%41.96%-
HSV(B)331.24º95.1%80%-
XYZ27.4614.0314.09-
YUV78.61141.77217.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.35%
GREEN value IS 10 (4.30% from 255) = 3.15%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=64.35%
G=3.15%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041010300.950.500.2331.2490.6541.96
HexCCA6705F321414b5b2a
Octal314121470137622451313352
Binary110011001010110011101011111110010101001010010111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0A67; }

 p { color: rgb(204,10,103); }

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

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

 a { background-color: rgb(204,10,103); }

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

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

 span { border-color: rgb(204,10,103); }

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