Html Css Color HEX #CC3964 Cerise

📋 copy color: '#CC3964'

red 204 ◦ green 57 ◦ blue 100

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

Shades of Cerise #CC3964

Tints of Cerise #CC3964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

 BLUE value IS 100 (39.45% from 255) = 27.7%

R = 56.51%
G = 15.79%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC3964 (or 0xCC3964) is known color: Cerise. HEX triplet: CC, 39 and 64. RGB value is (204,57,100). Sum of RGB (Red+Green+Blue) = 204+57+100=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3964 is #33C69B. Grayscale: #696969. Windows color (decimal): -3393180 or 6568396. OLE color: 6568396.

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

Color convert

RGB 204 57 100 -
CMYK 0 0.72 0.51 0.2
HSL 342.45º 0.59% 0.51% -
HSV(B) 342.45º 0.72% 0.8% -
XYZ 28.67 16.68 13.77 -
YUV 105.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 204 57 100 0 0.72 0.51 0.2 342.45 0.59 0.51
Hex CC 39 64 0 48 33 14 156 3B 33
Octal 314 71 144 0 110 63 24 526 73 63
Binary 11001100 111001 1100100 0 1001000 110011 10100 101010110 111011 110011

Color Harmonies of #CC3964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3964

Black with #CC3964

Text Example


Text Example

White with #CC3964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3964; }

 p { color: rgb(204,57,100); }

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

background-color css

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

 a { background-color: rgb(204,57,100); }

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

border-color css

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

 span { border-color: rgb(204,57,100); }

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