#CC2C6A

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

Shades of Cerise #CC2C6A

Tints of Cerise #CC2C6A

Color information

#CC2C6A (or 0xCC2C6A) is unknown color: approx Cerise. HEX triplet: CC, 2C and 6A. RGB value is (204,44,106). Sum of RGB (Red+Green+Blue) = 204+44+106=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C6A is #33D395. Grayscale: #626262. Windows color (decimal): -3396502 or 6958284. OLE color: 6958284.

HSL color Cylindrical-coordinate representation of color #CC2C6A: hue angle of 336.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2C6A is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB20444106-
CMYK00.780.480.2
HSL336.75º64.52%48.63%-
HSV(B)336.75º78.43%80%-
XYZ28.415.6815.17-
YUV98.91132.01202.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 44 (17.58% from 255) = 12.43%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=57.63%
G=12.43%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044410600.780.480.2336.7564.5248.63
HexCC2C6A04E30141514131
Octal314541520116602452110161
Binary11001100101100110101001001110110000101001010100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2C6A; }

 p { color: rgb(204,44,106); }

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

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

 a { background-color: rgb(204,44,106); }

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

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

 span { border-color: rgb(204,44,106); }

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