Html Css Color HEX #C52368 Cerise

📋 copy color: '#C52368'

red 197 ◦ green 35 ◦ blue 104

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

Shades of Cerise #C52368

Tints of Cerise #C52368

RGB

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

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

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

R = 58.63%
G = 10.42%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C52368 (or 0xC52368) is known color: Cerise. HEX triplet: C5, 23 and 68. RGB value is (197,35,104). Sum of RGB (Red+Green+Blue) = 197+35+104=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C52368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52368 is #3ADC97. Grayscale: #5B5B5B. Windows color (decimal): -3857560 or 6824901. OLE color: 6824901.

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

Color convert

RGB 197 35 104 -
CMYK 0 0.82 0.47 0.23
HSL 334.44º 0.7% 0.45% -
HSV(B) 334.44º 0.82% 0.77% -
XYZ 26.13 14.07 14.44 -
YUV 91.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 197 35 104 0 0.82 0.47 0.23 334.44 0.7 0.45
Hex C5 23 68 0 52 2F 17 14E 46 2D
Octal 305 43 150 0 122 57 27 516 106 55
Binary 11000101 100011 1101000 0 1010010 101111 10111 101001110 1000110 101101

Color Harmonies of #C52368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52368

Black with #C52368

Text Example


Text Example

White with #C52368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52368; }

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

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

background-color css

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

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

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

border-color css

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

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

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