#CC1266

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

Shades of Ruby #CC1266

Tints of Ruby #CC1266

Color information

#CC1266 (or 0xCC1266) is unknown color: approx Ruby. HEX triplet: CC, 12 and 66. RGB value is (204,18,102). Sum of RGB (Red+Green+Blue) = 204+18+102=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1266 is #33ED99. Grayscale: #535353. Windows color (decimal): -3403162 or 6689484. OLE color: 6689484.

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

Color convert

RGB20418102-
CMYK00.910.50.2
HSL332.9º83.78%43.53%-
HSV(B)332.9º91.18%80%-
XYZ27.5214.2313.87-
YUV83.19138.62214.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.96%
GREEN value IS 18 (7.42% from 255) = 5.56%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=62.96%
G=5.56%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041810200.910.50.2332.983.7843.53
HexCC126605B321414d542c
Octal314221460133622451512454
Binary1100110010010110011001011011110010101001010011011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1266; }

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

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

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

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

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

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

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

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