#C56B6E

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

Shades of Cabaret #C56B6E

Tints of Cabaret #C56B6E

Color information

#C56B6E (or 0xC56B6E) is unknown color: approx Cabaret. HEX triplet: C5, 6B and 6E. RGB value is (197,107,110). Sum of RGB (Red+Green+Blue) = 197+107+110=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B6E is #3A9491. Grayscale: #868686. Windows color (decimal): -3839122 or 7236549. OLE color: 7236549.

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

Color convert

RGB197107110-
CMYK00.460.440.23
HSL358º43.69%59.61%-
HSV(B)358º45.69%77.25%-
XYZ31.123.5117.65-
YUV134.25114.32172.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=47.58%
G=25.85%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710711000.460.440.2335843.6959.61
HexC56B6E02E2C171662c3c
Octal30515315605654275465474
Binary1100010111010111101110010111010110010111101100110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56B6E; }

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

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

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

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

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

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

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

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