Html Css Color HEX #C5496E Cabaret

📋 copy color: '#C5496E'

red 197 ◦ green 73 ◦ blue 110

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

Shades of Cabaret #C5496E

Tints of Cabaret #C5496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 51.84%
G = 19.21%
B = 28.95%

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

#C5496E (or 0xC5496E) is known color: Cabaret. HEX triplet: C5, 49 and 6E. RGB value is (197,73,110). Sum of RGB (Red+Green+Blue) = 197+73+110=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5496E is #3AB691. Grayscale: #727272. Windows color (decimal): -3847826 or 7227845. OLE color: 7227845.

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

Color convert

RGB 197 73 110 -
CMYK 0 0.63 0.44 0.23
HSL 342.1º 0.52% 0.53% -
HSV(B) 342.1º 0.63% 0.77% -
XYZ 28.22 17.76 16.69 -
YUV 114.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 197 73 110 0 0.63 0.44 0.23 342.1 0.52 0.53
Hex C5 49 6E 0 3F 2C 17 156 34 35
Octal 305 111 156 0 77 54 27 526 64 65
Binary 11000101 1001001 1101110 0 111111 101100 10111 101010110 110100 110101

Color Harmonies of #C5496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5496E

Black with #C5496E

Text Example


Text Example

White with #C5496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5496E; }

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

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

background-color css

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

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

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

border-color css

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

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

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