Html Css Color HEX #CC3770 Cerise

📋 copy color: '#CC3770'

red 204 ◦ green 55 ◦ blue 112

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

Shades of Cerise #CC3770

Tints of Cerise #CC3770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.82%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 54.99%
G = 14.82%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC3770 (or 0xCC3770) is known color: Cerise. HEX triplet: CC, 37 and 70. RGB value is (204,55,112). Sum of RGB (Red+Green+Blue) = 204+55+112=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3770 is #33C88F. Grayscale: #696969. Windows color (decimal): -3393680 or 7354316. OLE color: 7354316.

HSL color Cylindrical-coordinate representation of color #CC3770: hue angle of 337.05º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3770 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 55 112 -
CMYK 0 0.73 0.45 0.2
HSL 337.05º 0.59% 0.51% -
HSV(B) 337.05º 0.73% 0.8% -
XYZ 29.19 16.74 17.02 -
YUV 106.05 131.36 197.87 -
System Red Green Blue C M Y K H S L
Decimal 204 55 112 0 0.73 0.45 0.2 337.05 0.59 0.51
Hex CC 37 70 0 49 2D 14 151 3B 33
Octal 314 67 160 0 111 55 24 521 73 63
Binary 11001100 110111 1110000 0 1001001 101101 10100 101010001 111011 110011

Color Harmonies of #CC3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3770

Black with #CC3770

Text Example


Text Example

White with #CC3770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3770; }

 p { color: rgb(204,55,112); }

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

background-color css

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

 a { background-color: rgb(204,55,112); }

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

border-color css

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

 span { border-color: rgb(204,55,112); }

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