#CC2266

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

Shades of Cerise #CC2266

Tints of Cerise #CC2266

Color information

#CC2266 (or 0xCC2266) is unknown color: approx Cerise. HEX triplet: CC, 22 and 66. RGB value is (204,34,102). Sum of RGB (Red+Green+Blue) = 204+34+102=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2266 is #33DD99. Grayscale: #5C5C5C. Windows color (decimal): -3399066 or 6693580. OLE color: 6693580.

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

Color convert

RGB20434102-
CMYK00.830.50.2
HSL336º71.43%46.67%-
HSV(B)336º83.33%80%-
XYZ27.8714.9413.99-
YUV92.58133.32207.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60%
GREEN value IS 34 (13.67% from 255) = 10%
BLUE value IS 102 (40.23% from 255) = 30%
R=60%
G=10%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043410200.830.50.233671.4346.67
HexCC22660533214150472f
Octal314421460123622452010757
Binary11001100100010110011001010011110010101001010100001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2266; }

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

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

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

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

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

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

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

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