Html Css Color HEX #C52868 Cerise

📋 copy color: '#C52868'

red 197 ◦ green 40 ◦ blue 104

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

Shades of Cerise #C52868

Tints of Cerise #C52868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.5%

R = 57.77%
G = 11.73%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C52868 (or 0xC52868) is known color: Cerise. HEX triplet: C5, 28 and 68. RGB value is (197,40,104). Sum of RGB (Red+Green+Blue) = 197+40+104=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C52868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52868 is #3AD797. Grayscale: #5E5E5E. Windows color (decimal): -3856280 or 6826181. OLE color: 6826181.

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

Color convert

RGB 197 40 104 -
CMYK 0 0.80 0.47 0.23
HSL 335.54º 0.66% 0.46% -
HSV(B) 335.54º 0.8% 0.77% -
XYZ 26.28 14.39 14.49 -
YUV 94.24 133.51 201.3 -
System Red Green Blue C M Y K H S L
Decimal 197 40 104 0 0.80 0.47 0.23 335.54 0.66 0.46
Hex C5 28 68 0 50 2F 17 150 42 2E
Octal 305 50 150 0 120 57 27 520 102 56
Binary 11000101 101000 1101000 0 1010000 101111 10111 101010000 1000010 101110

Color Harmonies of #C52868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52868

Black with #C52868

Text Example


Text Example

White with #C52868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52868; }

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

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

background-color css

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

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

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

border-color css

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

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

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