Html Css Color HEX #C52865 Cerise

📋 copy color: '#C52865'

red 197 ◦ green 40 ◦ blue 101

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

Shades of Cerise #C52865

Tints of Cerise #C52865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 58.28%
G = 11.83%
B = 29.88%

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

#C52865 (or 0xC52865) is known color: Cerise. HEX triplet: C5, 28 and 65. RGB value is (197,40,101). Sum of RGB (Red+Green+Blue) = 197+40+101=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C52865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52865 is #3AD79A. Grayscale: #5D5D5D. Windows color (decimal): -3856283 or 6629573. OLE color: 6629573.

HSL color Cylindrical-coordinate representation of color #C52865: hue angle of 336.69º 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 #C52865 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 101 -
CMYK 0 0.80 0.49 0.23
HSL 336.69º 0.66% 0.46% -
HSV(B) 336.69º 0.8% 0.77% -
XYZ 26.13 14.33 13.7 -
YUV 93.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 197 40 101 0 0.80 0.49 0.23 336.69 0.66 0.46
Hex C5 28 65 0 50 31 17 151 42 2E
Octal 305 50 145 0 120 61 27 521 102 56
Binary 11000101 101000 1100101 0 1010000 110001 10111 101010001 1000010 101110

Color Harmonies of #C52865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52865

Black with #C52865

Text Example


Text Example

White with #C52865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52865; }

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

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

background-color css

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

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

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

border-color css

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

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

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