#cc285b

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

Shades of Cerise #CC285B

Tints of Cerise #CC285B

Color information

#CC285B (or 0xCC285B) is unknown color: approx Cerise. HEX triplet: CC, 28 and 5B. RGB value is (204,40,91). Sum of RGB (Red+Green+Blue) = 204+40+91=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC285B is #33D7A4. Grayscale: #5E5E5E. Windows color (decimal): -3397541 or 5974220. OLE color: 5974220.

HSL color Cylindrical-coordinate representation of color #CC285B: hue angle of 341.34º 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 #CC285B is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB2044091-
CMYK00.800.550.2
HSL341.34º67.21%47.84%-
HSV(B)341.34º80.39%80%-
XYZ27.5515.1111.36-
YUV94.85125.83205.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.90%
GREEN value IS 40 (16.02% from 255) = 11.94%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=60.90%
G=11.94%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204409100.800.550.2341.3467.2147.84
HexCC285B05037141554330
Octal314501330120672452510360
Binary11001100101000101101101010000110111101001010101011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc285b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc285b; }

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

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

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

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

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

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

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

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