#CC286F

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

Shades of Cerise #CC286F

Tints of Cerise #CC286F

Color information

#CC286F (or 0xCC286F) is unknown color: approx Cerise. HEX triplet: CC, 28 and 6F. RGB value is (204,40,111). Sum of RGB (Red+Green+Blue) = 204+40+111=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC286F is #33D790. Grayscale: #616161. Windows color (decimal): -3397521 or 7284940. OLE color: 7284940.

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

Color convert

RGB20440111-
CMYK00.800.460.2
HSL334.02º67.21%47.84%-
HSV(B)334.02º80.39%80%-
XYZ28.5315.516.53-
YUV97.13135.83204.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.46%
GREEN value IS 40 (16.02% from 255) = 11.27%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=57.46%
G=11.27%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044011100.800.460.2334.0267.2147.84
HexCC286F0502E1414e4330
Octal314501570120562451610360
Binary11001100101000110111101010000101110101001010011101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC286F; }

 p { color: rgb(204,40,111); }

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

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

 a { background-color: rgb(204,40,111); }

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

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

 span { border-color: rgb(204,40,111); }

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