#C56072

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

Shades of Cabaret #C56072

Tints of Cabaret #C56072

Color information

#C56072 (or 0xC56072) is unknown color: approx Cabaret. HEX triplet: C5, 60 and 72. RGB value is (197,96,114). Sum of RGB (Red+Green+Blue) = 197+96+114=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C56072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56072 is #3A9F8D. Grayscale: #808080. Windows color (decimal): -3841934 or 7495877. OLE color: 7495877.

HSL color Cylindrical-coordinate representation of color #C56072: hue angle of 349.31º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56072 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19796114-
CMYK00.510.420.23
HSL349.31º46.54%57.45%-
HSV(B)349.31º51.27%77.25%-
XYZ30.2521.4518.47-
YUV128.25119.96177.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.40%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=48.40%
G=23.59%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979611400.510.420.23349.3146.5457.45
HexC560720332A1715d2f39
Octal30514016206352275355771
Binary1100010111000001110010011001110101010111101011101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56072; }

 p { color: rgb(197,96,114); }

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

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

 a { background-color: rgb(197,96,114); }

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

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

 span { border-color: rgb(197,96,114); }

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