Html Css Color HEX #C5236A Cerise

📋 copy color: '#C5236A'

red 197 ◦ green 35 ◦ blue 106

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

Shades of Cerise #C5236A

Tints of Cerise #C5236A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 58.28%
G = 10.36%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5236A (or 0xC5236A) is known color: Cerise. HEX triplet: C5, 23 and 6A. RGB value is (197,35,106). Sum of RGB (Red+Green+Blue) = 197+35+106=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5236A is #3ADC95. Grayscale: #5B5B5B. Windows color (decimal): -3857558 or 6955973. OLE color: 6955973.

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

Color convert

RGB 197 35 106 -
CMYK 0 0.82 0.46 0.23
HSL 333.7º 0.7% 0.45% -
HSV(B) 333.7º 0.82% 0.77% -
XYZ 26.23 14.11 14.98 -
YUV 91.53 136.17 203.23 -
System Red Green Blue C M Y K H S L
Decimal 197 35 106 0 0.82 0.46 0.23 333.7 0.7 0.45
Hex C5 23 6A 0 52 2E 17 14E 46 2D
Octal 305 43 152 0 122 56 27 516 106 55
Binary 11000101 100011 1101010 0 1010010 101110 10111 101001110 1000110 101101

Color Harmonies of #C5236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5236A

Black with #C5236A

Text Example


Text Example

White with #C5236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5236A; }

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

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

background-color css

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

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

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

border-color css

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

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

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