Html Css Color HEX #CC2260 Cerise

📋 copy color: '#CC2260'

red 204 ◦ green 34 ◦ blue 96

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

Shades of Cerise #CC2260

Tints of Cerise #CC2260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.18%

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

R = 61.08%
G = 10.18%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC2260 (or 0xCC2260) is known color: Cerise. HEX triplet: CC, 22 and 60. RGB value is (204,34,96). Sum of RGB (Red+Green+Blue) = 204+34+96=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2260 is #33DD9F. Grayscale: #5B5B5B. Windows color (decimal): -3399072 or 6300364. OLE color: 6300364.

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

Color convert

RGB 204 34 96 -
CMYK 0 0.83 0.53 0.2
HSL 338.12º 0.71% 0.47% -
HSV(B) 338.12º 0.83% 0.8% -
XYZ 27.59 14.83 12.47 -
YUV 91.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 204 34 96 0 0.83 0.53 0.2 338.12 0.71 0.47
Hex CC 22 60 0 53 35 14 152 47 2F
Octal 314 42 140 0 123 65 24 522 107 57
Binary 11001100 100010 1100000 0 1010011 110101 10100 101010010 1000111 101111

Color Harmonies of #CC2260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2260

Black with #CC2260

Text Example


Text Example

White with #CC2260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2260; }

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

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

background-color css

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

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

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

border-color css

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

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

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