#C56372

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

Shades of Cabaret #C56372

Tints of Cabaret #C56372

Color information

#C56372 (or 0xC56372) is unknown color: approx Cabaret. HEX triplet: C5, 63 and 72. RGB value is (197,99,114). Sum of RGB (Red+Green+Blue) = 197+99+114=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C56372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56372 is #3A9C8D. Grayscale: #828282. Windows color (decimal): -3841166 or 7496645. OLE color: 7496645.

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

Color convert

RGB19799114-
CMYK00.500.420.23
HSL350.82º45.79%58.04%-
HSV(B)350.82º49.75%77.25%-
XYZ30.5322.0118.56-
YUV130.01118.97175.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=48.05%
G=24.15%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979911400.500.420.23350.8245.7958.04
HexC563720322A1715f2e3a
Octal30514316206252275375672
Binary1100010111000111110010011001010101010111101011111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56372; }

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

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

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

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

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

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

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

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