#C56776

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

Shades of Cabaret #C56776

Tints of Cabaret #C56776

Color information

#C56776 (or 0xC56776) is unknown color: approx Cabaret. HEX triplet: C5, 67 and 76. RGB value is (197,103,118). Sum of RGB (Red+Green+Blue) = 197+103+118=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C56776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56776 is #3A9889. Grayscale: #848484. Windows color (decimal): -3840138 or 7759813. OLE color: 7759813.

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

Color convert

RGB197103118-
CMYK00.480.400.23
HSL350.43º44.76%58.82%-
HSV(B)350.43º47.72%77.25%-
XYZ31.1522.8819.91-
YUV132.82119.64173.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=47.13%
G=24.64%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710311800.480.400.23350.4344.7658.82
HexC56776030281715e2d3b
Octal30514716606050275365573
Binary1100010111001111110110011000010100010111101011110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56776; }

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

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

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

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

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

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

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

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