Html Css Color HEX #CC326D Cerise

📋 copy color: '#CC326D'

red 204 ◦ green 50 ◦ blue 109

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

Shades of Cerise #CC326D

Tints of Cerise #CC326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 56.2%
G = 13.77%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC326D (or 0xCC326D) is known color: Cerise. HEX triplet: CC, 32 and 6D. RGB value is (204,50,109). Sum of RGB (Red+Green+Blue) = 204+50+109=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC326D is #33CD92. Grayscale: #666666. Windows color (decimal): -3394963 or 7156428. OLE color: 7156428.

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

Color convert

RGB 204 50 109 -
CMYK 0 0.75 0.47 0.2
HSL 337.01º 0.61% 0.5% -
HSV(B) 337.01º 0.75% 0.8% -
XYZ 28.8 16.22 16.08 -
YUV 102.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 204 50 109 0 0.75 0.47 0.2 337.01 0.61 0.5
Hex CC 32 6D 0 4B 2F 14 151 3D 32
Octal 314 62 155 0 113 57 24 521 75 62
Binary 11001100 110010 1101101 0 1001011 101111 10100 101010001 111101 110010

Color Harmonies of #CC326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC326D

Black with #CC326D

Text Example


Text Example

White with #CC326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC326D; }

 p { color: rgb(204,50,109); }

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

background-color css

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

 a { background-color: rgb(204,50,109); }

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

border-color css

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

 span { border-color: rgb(204,50,109); }

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