#CC1066

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

Shades of Ruby #CC1066

Tints of Ruby #CC1066

Color information

#CC1066 (or 0xCC1066) is unknown color: approx Ruby. HEX triplet: CC, 10 and 66. RGB value is (204,16,102). Sum of RGB (Red+Green+Blue) = 204+16+102=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1066 is #33EF99. Grayscale: #515151. Windows color (decimal): -3403674 or 6688972. OLE color: 6688972.

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

Color convert

RGB20416102-
CMYK00.920.50.2
HSL332.55º85.45%43.14%-
HSV(B)332.55º92.16%80%-
XYZ27.4914.1713.86-
YUV82.02139.28215.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.35%
GREEN value IS 16 (6.64% from 255) = 4.97%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=63.35%
G=4.97%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041610200.920.50.2332.5585.4543.14
HexCC106605C321414d552b
Octal314201460134622451512553
Binary1100110010000110011001011100110010101001010011011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1066; }

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

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

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

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

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

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

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

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