#C56A6F

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

Shades of Cabaret #C56A6F

Tints of Cabaret #C56A6F

Color information

#C56A6F (or 0xC56A6F) is unknown color: approx Cabaret. HEX triplet: C5, 6A and 6F. RGB value is (197,106,111). Sum of RGB (Red+Green+Blue) = 197+106+111=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A6F is #3A9590. Grayscale: #858585. Windows color (decimal): -3839377 or 7301829. OLE color: 7301829.

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

Color convert

RGB197106111-
CMYK00.460.440.23
HSL356.7º43.96%59.41%-
HSV(B)356.7º46.19%77.25%-
XYZ31.0523.3317.9-
YUV133.78115.15173.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 106 (41.80% from 255) = 25.60%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=47.58%
G=25.60%
B=26.81%

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
Decimal19710611100.460.440.23356.743.9659.41
HexC56A6F02E2C171652c3b
Octal30515215705654275455473
Binary1100010111010101101111010111010110010111101100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A6F; }

 p { color: rgb(197,106,111); }

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

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

 a { background-color: rgb(197,106,111); }

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

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

 span { border-color: rgb(197,106,111); }

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