#C56770

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

Shades of Cabaret #C56770

Tints of Cabaret #C56770

Color information

#C56770 (or 0xC56770) is unknown color: approx Cabaret. HEX triplet: C5, 67 and 70. RGB value is (197,103,112). Sum of RGB (Red+Green+Blue) = 197+103+112=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56770 is #3A988F. Grayscale: #848484. Windows color (decimal): -3840144 or 7366597. OLE color: 7366597.

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

Color convert

RGB197103112-
CMYK00.480.430.23
HSL354.26º44.76%58.82%-
HSV(B)354.26º47.72%77.25%-
XYZ30.822.7418.1-
YUV132.13116.64174.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=47.82%
G=25%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710311200.480.430.23354.2644.7658.82
HexC567700302B171622d3b
Octal30514716006053275425573
Binary1100010111001111110000011000010101110111101100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56770; }

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

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

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

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

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

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

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

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