Html Css Color HEX #C5296C Cerise

📋 copy color: '#C5296C'

red 197 ◦ green 41 ◦ blue 108

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

Shades of Cerise #C5296C

Tints of Cerise #C5296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 56.94%
G = 11.85%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5296C (or 0xC5296C) is known color: Cerise. HEX triplet: C5, 29 and 6C. RGB value is (197,41,108). Sum of RGB (Red+Green+Blue) = 197+41+108=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5296C is #3AD693. Grayscale: #5F5F5F. Windows color (decimal): -3856020 or 7088581. OLE color: 7088581.

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

Color convert

RGB 197 41 108 -
CMYK 0 0.79 0.45 0.23
HSL 334.23º 0.66% 0.47% -
HSV(B) 334.23º 0.79% 0.77% -
XYZ 26.53 14.54 15.6 -
YUV 95.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 197 41 108 0 0.79 0.45 0.23 334.23 0.66 0.47
Hex C5 29 6C 0 4F 2D 17 14E 42 2F
Octal 305 51 154 0 117 55 27 516 102 57
Binary 11000101 101001 1101100 0 1001111 101101 10111 101001110 1000010 101111

Color Harmonies of #C5296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5296C

Black with #C5296C

Text Example


Text Example

White with #C5296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5296C; }

 p { color: rgb(197,41,108); }

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

background-color css

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

 a { background-color: rgb(197,41,108); }

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

border-color css

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

 span { border-color: rgb(197,41,108); }

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