#cc3266

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

Shades of Cerise #CC3266

Tints of Cerise #CC3266

Color information

#CC3266 (or 0xCC3266) is unknown color: approx Cerise. HEX triplet: CC, 32 and 66. RGB value is (204,50,102). Sum of RGB (Red+Green+Blue) = 204+50+102=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3266 is #33CD99. Grayscale: #656565. Windows color (decimal): -3394970 or 6697676. OLE color: 6697676.

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

Color convert

RGB20450102-
CMYK00.750.50.2
HSL339.74º60.63%49.8%-
HSV(B)339.74º75.49%80%-
XYZ28.4416.0814.17-
YUV101.97128.02200.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 50 (19.92% from 255) = 14.04%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=57.30%
G=14.04%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045010200.750.50.2339.7460.6349.8
HexCC326604B32141543d32
Octal31462146011362245247562
Binary1100110011001011001100100101111001010100101010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc3266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc3266; }

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

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

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

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

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

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

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

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