Html Css Color HEX #C9326D Cerise

📋 copy color: '#C9326D'

red 201 ◦ green 50 ◦ blue 109

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

Shades of Cerise #C9326D

Tints of Cerise #C9326D

RGB

 RED value IS 201 (78.91% from 255) = 55.83%

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

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

R = 55.83%
G = 13.89%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9326D (or 0xC9326D) is known color: Cerise. HEX triplet: C9, 32 and 6D. RGB value is (201,50,109). Sum of RGB (Red+Green+Blue) = 201+50+109=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9326D is #36CD92. Grayscale: #656565. Windows color (decimal): -3591571 or 7156425. OLE color: 7156425.

HSL color Cylindrical-coordinate representation of color #C9326D: hue angle of 336.56º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9326D is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 109 -
CMYK 0 0.75 0.46 0.21
HSL 336.56º 0.6% 0.49% -
HSV(B) 336.56º 0.75% 0.79% -
XYZ 27.99 15.8 16.04 -
YUV 101.88 132.03 198.7 -
System Red Green Blue C M Y K H S L
Decimal 201 50 109 0 0.75 0.46 0.21 336.56 0.6 0.49
Hex C9 32 6D 0 4B 2E 15 151 3C 31
Octal 311 62 155 0 113 56 25 521 74 61
Binary 11001001 110010 1101101 0 1001011 101110 10101 101010001 111100 110001

Color Harmonies of #C9326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9326D

Black with #C9326D

Text Example


Text Example

White with #C9326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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