Html Css Color HEX #C53464 Cerise

📋 copy color: '#C53464'

red 197 ◦ green 52 ◦ blue 100

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

Shades of Cerise #C53464

Tints of Cerise #C53464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

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

R = 56.45%
G = 14.9%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C53464 (or 0xC53464) is known color: Cerise. HEX triplet: C5, 34 and 64. RGB value is (197,52,100). Sum of RGB (Red+Green+Blue) = 197+52+100=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C53464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53464 is #3ACB9B. Grayscale: #646464. Windows color (decimal): -3853212 or 6567109. OLE color: 6567109.

HSL color Cylindrical-coordinate representation of color #C53464: hue angle of 340.14º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53464 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 100 -
CMYK 0 0.74 0.49 0.23
HSL 340.14º 0.58% 0.49% -
HSV(B) 340.14º 0.74% 0.77% -
XYZ 26.55 15.25 13.6 -
YUV 100.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 197 52 100 0 0.74 0.49 0.23 340.14 0.58 0.49
Hex C5 34 64 0 4A 31 17 154 3A 31
Octal 305 64 144 0 112 61 27 524 72 61
Binary 11000101 110100 1100100 0 1001010 110001 10111 101010100 111010 110001

Color Harmonies of #C53464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53464

Black with #C53464

Text Example


Text Example

White with #C53464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53464; }

 p { color: rgb(197,52,100); }

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

background-color css

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

 a { background-color: rgb(197,52,100); }

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

border-color css

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

 span { border-color: rgb(197,52,100); }

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