Html Css Color HEX #CC396A Cerise

📋 copy color: '#CC396A'

red 204 ◦ green 57 ◦ blue 106

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

Shades of Cerise #CC396A

Tints of Cerise #CC396A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 55.59%
G = 15.53%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC396A (or 0xCC396A) is known color: Cerise. HEX triplet: CC, 39 and 6A. RGB value is (204,57,106). Sum of RGB (Red+Green+Blue) = 204+57+106=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC396A is #33C695. Grayscale: #6A6A6A. Windows color (decimal): -3393174 or 6961612. OLE color: 6961612.

HSL color Cylindrical-coordinate representation of color #CC396A: hue angle of 340º 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 #CC396A is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 106 -
CMYK 0 0.72 0.48 0.2
HSL 340º 0.59% 0.51% -
HSV(B) 340º 0.72% 0.8% -
XYZ 28.97 16.8 15.35 -
YUV 106.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 204 57 106 0 0.72 0.48 0.2 340 0.59 0.51
Hex CC 39 6A 0 48 30 14 154 3B 33
Octal 314 71 152 0 110 60 24 524 73 63
Binary 11001100 111001 1101010 0 1001000 110000 10100 101010100 111011 110011

Color Harmonies of #CC396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC396A

Black with #CC396A

Text Example


Text Example

White with #CC396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC396A; }

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

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

background-color css

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

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

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

border-color css

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

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

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