Html Css Color HEX #C5496F Cabaret

📋 copy color: '#C5496F'

red 197 ◦ green 73 ◦ blue 111

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

Shades of Cabaret #C5496F

Tints of Cabaret #C5496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.16%

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 51.71%
G = 19.16%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5496F (or 0xC5496F) is known color: Cabaret. HEX triplet: C5, 49 and 6F. RGB value is (197,73,111). Sum of RGB (Red+Green+Blue) = 197+73+111=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5496F is #3AB690. Grayscale: #727272. Windows color (decimal): -3847825 or 7293381. OLE color: 7293381.

HSL color Cylindrical-coordinate representation of color #C5496F: hue angle of 341.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5496F is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 73 111 -
CMYK 0 0.63 0.44 0.23
HSL 341.61º 0.52% 0.53% -
HSV(B) 341.61º 0.63% 0.77% -
XYZ 28.28 17.78 16.98 -
YUV 114.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 197 73 111 0 0.63 0.44 0.23 341.61 0.52 0.53
Hex C5 49 6F 0 3F 2C 17 156 34 35
Octal 305 111 157 0 77 54 27 526 64 65
Binary 11000101 1001001 1101111 0 111111 101100 10111 101010110 110100 110101

Color Harmonies of #C5496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5496F

Black with #C5496F

Text Example


Text Example

White with #C5496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5496F; }

 p { color: rgb(197,73,111); }

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

background-color css

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

 a { background-color: rgb(197,73,111); }

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

border-color css

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

 span { border-color: rgb(197,73,111); }

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