#CC286B

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

Shades of Cerise #CC286B

Tints of Cerise #CC286B

Color information

#CC286B (or 0xCC286B) is unknown color: approx Cerise. HEX triplet: CC, 28 and 6B. RGB value is (204,40,107). Sum of RGB (Red+Green+Blue) = 204+40+107=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC286B is #33D794. Grayscale: #606060. Windows color (decimal): -3397525 or 7022796. OLE color: 7022796.

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

Color convert

RGB20440107-
CMYK00.800.480.2
HSL335.49º67.21%47.84%-
HSV(B)335.49º80.39%80%-
XYZ28.3115.4215.39-
YUV96.67133.83204.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.12%
GREEN value IS 40 (16.02% from 255) = 11.40%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=58.12%
G=11.40%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044010700.800.480.2335.4967.2147.84
HexCC286B050301414f4330
Octal314501530120602451710360
Binary11001100101000110101101010000110000101001010011111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC286B; }

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

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

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

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

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

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

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

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