#C56775

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

Shades of Cabaret #C56775

Tints of Cabaret #C56775

Color information

#C56775 (or 0xC56775) is unknown color: approx Cabaret. HEX triplet: C5, 67 and 75. RGB value is (197,103,117). Sum of RGB (Red+Green+Blue) = 197+103+117=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C56775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56775 is #3A988A. Grayscale: #848484. Windows color (decimal): -3840139 or 7694277. OLE color: 7694277.

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

Color convert

RGB197103117-
CMYK00.480.410.23
HSL351.06º44.76%58.82%-
HSV(B)351.06º47.72%77.25%-
XYZ31.0922.8619.6-
YUV132.7119.14173.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=47.24%
G=24.70%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710311700.480.410.23351.0644.7658.82
HexC56775030291715f2d3b
Octal30514716506051275375573
Binary1100010111001111110101011000010100110111101011111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56775; }

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

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

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

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

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

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

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

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