Html Css Color HEX #C52864 Cerise

📋 copy color: '#C52864'

red 197 ◦ green 40 ◦ blue 100

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

Shades of Cerise #C52864

Tints of Cerise #C52864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 58.46%
G = 11.87%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C52864 (or 0xC52864) is known color: Cerise. HEX triplet: C5, 28 and 64. RGB value is (197,40,100). Sum of RGB (Red+Green+Blue) = 197+40+100=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C52864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52864 is #3AD79B. Grayscale: #5D5D5D. Windows color (decimal): -3856284 or 6564037. OLE color: 6564037.

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

Color convert

RGB 197 40 100 -
CMYK 0 0.80 0.49 0.23
HSL 337.07º 0.66% 0.46% -
HSV(B) 337.07º 0.8% 0.77% -
XYZ 26.09 14.31 13.44 -
YUV 93.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 197 40 100 0 0.80 0.49 0.23 337.07 0.66 0.46
Hex C5 28 64 0 50 31 17 151 42 2E
Octal 305 50 144 0 120 61 27 521 102 56
Binary 11000101 101000 1100100 0 1010000 110001 10111 101010001 1000010 101110

Color Harmonies of #C52864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52864

Black with #C52864

Text Example


Text Example

White with #C52864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52864; }

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

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

background-color css

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

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

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

border-color css

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

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

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