#C56C6D

Color #C56C6D Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C56C6D

Tints of Cabaret #C56C6D

Color information

#C56C6D (or 0xC56C6D) is unknown color: approx Cabaret. HEX triplet: C5, 6C and 6D. RGB value is (197,108,109). Sum of RGB (Red+Green+Blue) = 197+108+109=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C6D is #3A9392. Grayscale: #868686. Windows color (decimal): -3838867 or 7171269. OLE color: 7171269.

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

Color convert

RGB197108109-
CMYK00.450.450.23
HSL359.33º43.41%59.8%-
HSV(B)359.33º45.18%77.25%-
XYZ31.1523.717.4-
YUV134.72113.49172.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 108 (42.58% from 255) = 26.09%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=47.58%
G=26.09%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710810900.450.450.23359.3343.4159.8
HexC56C6D02D2D171672b3c
Octal30515415505555275475374
Binary1100010111011001101101010110110110110111101100111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56C6D; }

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

 H1.HeaderClassName
 {
   color: #C56C6D;
 }
 .AnyTagClassName
 {
   color: #C56C6D;
 }
</style>
background-color css

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

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

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

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

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

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