#C56A74

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

Shades of Cabaret #C56A74

Tints of Cabaret #C56A74

Color information

#C56A74 (or 0xC56A74) is unknown color: approx Cabaret. HEX triplet: C5, 6A and 74. RGB value is (197,106,116). Sum of RGB (Red+Green+Blue) = 197+106+116=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A74 is #3A958B. Grayscale: #868686. Windows color (decimal): -3839372 or 7629509. OLE color: 7629509.

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

Color convert

RGB197106116-
CMYK00.460.410.23
HSL353.41º43.96%59.41%-
HSV(B)353.41º46.19%77.25%-
XYZ31.3323.4419.4-
YUV134.35117.65172.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=47.02%
G=25.30%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710611600.460.410.23353.4143.9659.41
HexC56A7402E29171612c3b
Octal30515216405651275415473
Binary1100010111010101110100010111010100110111101100001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A74; }

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

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

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

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

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

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

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

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