Html Css Color HEX #C56176 Cabaret

📋 copy color: '#C56176'

red 197 ◦ green 97 ◦ blue 118

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

Shades of Cabaret #C56176

Tints of Cabaret #C56176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.54%

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 47.82%
G = 23.54%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C56176 (or 0xC56176) is known color: Cabaret. HEX triplet: C5, 61 and 76. RGB value is (197,97,118). Sum of RGB (Red+Green+Blue) = 197+97+118=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56176 is #3A9E89. Grayscale: #818181. Windows color (decimal): -3841674 or 7758277. OLE color: 7758277.

HSL color Cylindrical-coordinate representation of color #C56176: hue angle of 347.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56176 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 118 -
CMYK 0 0.51 0.40 0.23
HSL 347.4º 0.46% 0.58% -
HSV(B) 347.4º 0.51% 0.77% -
XYZ 30.57 21.73 19.72 -
YUV 129.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 197 97 118 0 0.51 0.40 0.23 347.4 0.46 0.58
Hex C5 61 76 0 33 28 17 15B 2E 3A
Octal 305 141 166 0 63 50 27 533 56 72
Binary 11000101 1100001 1110110 0 110011 101000 10111 101011011 101110 111010

Color Harmonies of #C56176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56176

Black with #C56176

Text Example


Text Example

White with #C56176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56176; }

 p { color: rgb(197,97,118); }

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

background-color css

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

 a { background-color: rgb(197,97,118); }

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

border-color css

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

 span { border-color: rgb(197,97,118); }

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