Html Css Color HEX #C53864 Cerise

📋 copy color: '#C53864'

red 197 ◦ green 56 ◦ blue 100

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

Shades of Cerise #C53864

Tints of Cerise #C53864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

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

R = 55.81%
G = 15.86%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C53864 (or 0xC53864) is known color: Cerise. HEX triplet: C5, 38 and 64. RGB value is (197,56,100). Sum of RGB (Red+Green+Blue) = 197+56+100=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C53864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53864 is #3AC79B. Grayscale: #676767. Windows color (decimal): -3852188 or 6568133. OLE color: 6568133.

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

Color convert

RGB 197 56 100 -
CMYK 0 0.72 0.49 0.23
HSL 341.28º 0.56% 0.5% -
HSV(B) 341.28º 0.72% 0.77% -
XYZ 26.74 15.62 13.66 -
YUV 103.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 197 56 100 0 0.72 0.49 0.23 341.28 0.56 0.5
Hex C5 38 64 0 48 31 17 155 38 32
Octal 305 70 144 0 110 61 27 525 70 62
Binary 11000101 111000 1100100 0 1001000 110001 10111 101010101 111000 110010

Color Harmonies of #C53864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53864

Black with #C53864

Text Example


Text Example

White with #C53864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53864; }

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

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

background-color css

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

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

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

border-color css

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

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

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