Html Css Color HEX #CC2760 Cerise

📋 copy color: '#CC2760'

red 204 ◦ green 39 ◦ blue 96

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

Shades of Cerise #CC2760

Tints of Cerise #CC2760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

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

R = 60.18%
G = 11.5%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC2760 (or 0xCC2760) is known color: Cerise. HEX triplet: CC, 27 and 60. RGB value is (204,39,96). Sum of RGB (Red+Green+Blue) = 204+39+96=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2760 is #33D89F. Grayscale: #5E5E5E. Windows color (decimal): -3397792 or 6301644. OLE color: 6301644.

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

Color convert

RGB 204 39 96 -
CMYK 0 0.81 0.53 0.2
HSL 339.27º 0.68% 0.48% -
HSV(B) 339.27º 0.81% 0.8% -
XYZ 27.74 15.13 12.53 -
YUV 94.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 204 39 96 0 0.81 0.53 0.2 339.27 0.68 0.48
Hex CC 27 60 0 51 35 14 153 44 30
Octal 314 47 140 0 121 65 24 523 104 60
Binary 11001100 100111 1100000 0 1010001 110101 10100 101010011 1000100 110000

Color Harmonies of #CC2760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2760

Black with #CC2760

Text Example


Text Example

White with #CC2760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2760; }

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

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

background-color css

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

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

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

border-color css

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

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

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