Html Css Color HEX #C52365 Cerise

📋 copy color: '#C52365'

red 197 ◦ green 35 ◦ blue 101

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

Shades of Cerise #C52365

Tints of Cerise #C52365

RGB

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

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

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

R = 59.16%
G = 10.51%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C52365 (or 0xC52365) is known color: Cerise. HEX triplet: C5, 23 and 65. RGB value is (197,35,101). Sum of RGB (Red+Green+Blue) = 197+35+101=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C52365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52365 is #3ADC9A. Grayscale: #5A5A5A. Windows color (decimal): -3857563 or 6628293. OLE color: 6628293.

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

Color convert

RGB 197 35 101 -
CMYK 0 0.82 0.49 0.23
HSL 335.56º 0.7% 0.45% -
HSV(B) 335.56º 0.82% 0.77% -
XYZ 25.98 14.01 13.65 -
YUV 90.96 133.67 203.63 -
System Red Green Blue C M Y K H S L
Decimal 197 35 101 0 0.82 0.49 0.23 335.56 0.7 0.45
Hex C5 23 65 0 52 31 17 150 46 2D
Octal 305 43 145 0 122 61 27 520 106 55
Binary 11000101 100011 1100101 0 1010010 110001 10111 101010000 1000110 101101

Color Harmonies of #C52365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52365

Black with #C52365

Text Example


Text Example

White with #C52365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52365; }

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

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

background-color css

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

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

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

border-color css

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

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

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