#CC2A5B

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

Shades of Cerise #CC2A5B

Tints of Cerise #CC2A5B

Color information

#CC2A5B (or 0xCC2A5B) is unknown color: approx Cerise. HEX triplet: CC, 2A and 5B. RGB value is (204,42,91). Sum of RGB (Red+Green+Blue) = 204+42+91=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2A5B is #33D5A4. Grayscale: #5F5F5F. Windows color (decimal): -3397029 or 5974732. OLE color: 5974732.

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

Color convert

RGB2044291-
CMYK00.790.550.2
HSL341.85º65.85%48.24%-
HSV(B)341.85º79.41%80%-
XYZ27.6215.2511.39-
YUV96.02125.17205.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.53%
GREEN value IS 42 (16.80% from 255) = 12.46%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=60.53%
G=12.46%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204429100.790.550.2341.8565.8548.24
HexCC2A5B04F37141564230
Octal314521330117672452610260
Binary11001100101010101101101001111110111101001010101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2A5B; }

 p { color: rgb(204,42,91); }

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

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

 a { background-color: rgb(204,42,91); }

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

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

 span { border-color: rgb(204,42,91); }

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