Html Css Color HEX #CC2160 Cerise

📋 copy color: '#CC2160'

red 204 ◦ green 33 ◦ blue 96

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

Shades of Cerise #CC2160

Tints of Cerise #CC2160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.91%

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

R = 61.26%
G = 9.91%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC2160 (or 0xCC2160) is known color: Cerise. HEX triplet: CC, 21 and 60. RGB value is (204,33,96). Sum of RGB (Red+Green+Blue) = 204+33+96=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2160 is #33DE9F. Grayscale: #5B5B5B. Windows color (decimal): -3399328 or 6300108. OLE color: 6300108.

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

Color convert

RGB 204 33 96 -
CMYK 0 0.84 0.53 0.2
HSL 337.89º 0.72% 0.46% -
HSV(B) 337.89º 0.84% 0.8% -
XYZ 27.56 14.77 12.46 -
YUV 91.31 130.65 208.38 -
System Red Green Blue C M Y K H S L
Decimal 204 33 96 0 0.84 0.53 0.2 337.89 0.72 0.46
Hex CC 21 60 0 54 35 14 152 48 2E
Octal 314 41 140 0 124 65 24 522 110 56
Binary 11001100 100001 1100000 0 1010100 110101 10100 101010010 1001000 101110

Color Harmonies of #CC2160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2160

Black with #CC2160

Text Example


Text Example

White with #CC2160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2160; }

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

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

background-color css

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

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

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

border-color css

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

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

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