#C56575

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

Shades of Cabaret #C56575

Tints of Cabaret #C56575

Color information

#C56575 (or 0xC56575) is unknown color: approx Cabaret. HEX triplet: C5, 65 and 75. RGB value is (197,101,117). Sum of RGB (Red+Green+Blue) = 197+101+117=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C56575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56575 is #3A9A8A. Grayscale: #838383. Windows color (decimal): -3840651 or 7693765. OLE color: 7693765.

HSL color Cylindrical-coordinate representation of color #C56575: hue angle of 350º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56575 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB197101117-
CMYK00.490.410.23
HSL350º45.28%58.43%-
HSV(B)350º48.73%77.25%-
XYZ30.8922.4619.54-
YUV131.53119.8174.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=47.47%
G=24.34%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710111700.490.410.2335045.2858.43
HexC56575031291715e2d3a
Octal30514516506151275365572
Binary1100010111001011110101011000110100110111101011110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56575; }

 p { color: rgb(197,101,117); }

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

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

 a { background-color: rgb(197,101,117); }

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

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

 span { border-color: rgb(197,101,117); }

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