Html Css Color HEX #CC2860 Cerise

📋 copy color: '#CC2860'

red 204 ◦ green 40 ◦ blue 96

#CC2860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CC2860

Tints of Cerise #CC2860

RGB

 RED value IS 204 (80.08% from 255) = 60%

 GREEN value IS 40 (16.02% from 255) = 11.76%

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 60%
G = 11.76%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC2860 (or 0xCC2860) is known color: Cerise. HEX triplet: CC, 28 and 60. RGB value is (204,40,96). Sum of RGB (Red+Green+Blue) = 204+40+96=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2860 is #33D79F. Grayscale: #5F5F5F. Windows color (decimal): -3397536 or 6301900. OLE color: 6301900.

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

Color convert

RGB 204 40 96 -
CMYK 0 0.80 0.53 0.2
HSL 339.51º 0.67% 0.48% -
HSV(B) 339.51º 0.8% 0.8% -
XYZ 27.77 15.2 12.54 -
YUV 95.42 128.33 205.45 -
System Red Green Blue C M Y K H S L
Decimal 204 40 96 0 0.80 0.53 0.2 339.51 0.67 0.48
Hex CC 28 60 0 50 35 14 154 43 30
Octal 314 50 140 0 120 65 24 524 103 60
Binary 11001100 101000 1100000 0 1010000 110101 10100 101010100 1000011 110000

Color Harmonies of #CC2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2860

Black with #CC2860

Text Example


Text Example

White with #CC2860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2860; }

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

 H1.HeaderClassName
 {
   color: #CC2860;
 }
 .AnyTagClassName
 {
   color: #CC2860;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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