#CC0066

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

Shades of Ruby #CC0066

Tints of Ruby #CC0066

Color information

#CC0066 (or 0xCC0066) is unknown color: approx Ruby. HEX triplet: CC, 00 and 66. RGB value is (204,0,102). Sum of RGB (Red+Green+Blue) = 204+0+102=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0066 is a web safe color. Inversed color of #CC0066 is #33FF99. Grayscale: #484848. Windows color (decimal): -3407770 or 6684876. OLE color: 6684876.

HSL color Cylindrical-coordinate representation of color #CC0066: hue angle of 330º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0066 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB2040102-
CMYK010.50.2
HSL330º100%40%-
HSV(B)330º100%80%-
XYZ27.313.813.79-
YUV72.62144.59221.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040102010.50.233010040
HexCC066064321414a6428
Octal31401460144622451214450
Binary110011000110011001100100110010101001010010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0066; }

 p { color: rgb(204,0,102); }

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

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

 a { background-color: rgb(204,0,102); }

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

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

 span { border-color: rgb(204,0,102); }

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