#CC2B5F

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

Shades of Cerise #CC2B5F

Tints of Cerise #CC2B5F

Color information

#CC2B5F (or 0xCC2B5F) is unknown color: approx Cerise. HEX triplet: CC, 2B and 5F. RGB value is (204,43,95). Sum of RGB (Red+Green+Blue) = 204+43+95=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2B5F is #33D4A0. Grayscale: #616161. Windows color (decimal): -3396769 or 6237132. OLE color: 6237132.

HSL color Cylindrical-coordinate representation of color #CC2B5F: hue angle of 340.62º degrees, saturation: 0.65, 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 #CC2B5F is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB2044395-
CMYK00.790.530.2
HSL340.62º65.18%48.43%-
HSV(B)340.62º78.92%80%-
XYZ27.8315.3912.33-
YUV97.07126.84204.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.65%
GREEN value IS 43 (17.19% from 255) = 12.57%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=59.65%
G=12.57%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204439500.790.530.2340.6265.1848.43
HexCC2B5F04F35141554130
Octal314531370117652452510160
Binary11001100101011101111101001111110101101001010101011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2B5F; }

 p { color: rgb(204,43,95); }

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

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

 a { background-color: rgb(204,43,95); }

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

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

 span { border-color: rgb(204,43,95); }

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