Html Css Color HEX #C5326A Cerise

📋 copy color: '#C5326A'

red 197 ◦ green 50 ◦ blue 106

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

Shades of Cerise #C5326A

Tints of Cerise #C5326A

RGB

 RED value IS 197 (77.34% from 255) = 55.81%

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

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

R = 55.81%
G = 14.16%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5326A (or 0xC5326A) is known color: Cerise. HEX triplet: C5, 32 and 6A. RGB value is (197,50,106). Sum of RGB (Red+Green+Blue) = 197+50+106=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5326A is #3ACD95. Grayscale: #646464. Windows color (decimal): -3853718 or 6959813. OLE color: 6959813.

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

Color convert

RGB 197 50 106 -
CMYK 0 0.75 0.46 0.23
HSL 337.14º 0.6% 0.48% -
HSV(B) 337.14º 0.75% 0.77% -
XYZ 26.77 15.19 15.16 -
YUV 100.34 131.2 196.95 -
System Red Green Blue C M Y K H S L
Decimal 197 50 106 0 0.75 0.46 0.23 337.14 0.6 0.48
Hex C5 32 6A 0 4B 2E 17 151 3C 30
Octal 305 62 152 0 113 56 27 521 74 60
Binary 11000101 110010 1101010 0 1001011 101110 10111 101010001 111100 110000

Color Harmonies of #C5326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5326A

Black with #C5326A

Text Example


Text Example

White with #C5326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5326A; }

 p { color: rgb(197,50,106); }

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

background-color css

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

 a { background-color: rgb(197,50,106); }

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

border-color css

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

 span { border-color: rgb(197,50,106); }

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