#C56B6D

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

Shades of Cabaret #C56B6D

Tints of Cabaret #C56B6D

Color information

#C56B6D (or 0xC56B6D) is unknown color: approx Cabaret. HEX triplet: C5, 6B and 6D. RGB value is (197,107,109). Sum of RGB (Red+Green+Blue) = 197+107+109=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B6D is #3A9492. Grayscale: #868686. Windows color (decimal): -3839123 or 7171013. OLE color: 7171013.

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

Color convert

RGB197107109-
CMYK00.460.450.23
HSL358.67º43.69%59.61%-
HSV(B)358.67º45.69%77.25%-
XYZ31.0423.4917.37-
YUV134.14113.82172.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=47.70%
G=25.91%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710710900.460.450.23358.6743.6959.61
HexC56B6D02E2D171672c3c
Octal30515315505655275475474
Binary1100010111010111101101010111010110110111101100111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56B6D; }

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

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

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

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

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

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

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

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