Html Css Color HEX #C52366 Cerise

📋 copy color: '#C52366'

red 197 ◦ green 35 ◦ blue 102

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

Shades of Cerise #C52366

Tints of Cerise #C52366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 58.98%
G = 10.48%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C52366 (or 0xC52366) is known color: Cerise. HEX triplet: C5, 23 and 66. RGB value is (197,35,102). Sum of RGB (Red+Green+Blue) = 197+35+102=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C52366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52366 is #3ADC99. Grayscale: #5A5A5A. Windows color (decimal): -3857562 or 6693829. OLE color: 6693829.

HSL color Cylindrical-coordinate representation of color #C52366: hue angle of 335.19º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52366 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 35 102 -
CMYK 0 0.82 0.48 0.23
HSL 335.19º 0.7% 0.45% -
HSV(B) 335.19º 0.82% 0.77% -
XYZ 26.03 14.03 13.91 -
YUV 91.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 197 35 102 0 0.82 0.48 0.23 335.19 0.7 0.45
Hex C5 23 66 0 52 30 17 14F 46 2D
Octal 305 43 146 0 122 60 27 517 106 55
Binary 11000101 100011 1100110 0 1010010 110000 10111 101001111 1000110 101101

Color Harmonies of #C52366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52366

Black with #C52366

Text Example


Text Example

White with #C52366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52366; }

 p { color: rgb(197,35,102); }

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

background-color css

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

 a { background-color: rgb(197,35,102); }

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

border-color css

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

 span { border-color: rgb(197,35,102); }

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