#C56968

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

Shades of Contessa #C56968

Tints of Contessa #C56968

Color information

#C56968 (or 0xC56968) is unknown color: approx Contessa. HEX triplet: C5, 69 and 68. RGB value is (197,105,104). Sum of RGB (Red+Green+Blue) = 197+105+104=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C56968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56968 is #3A9697. Grayscale: #848484. Windows color (decimal): -3839640 or 6842821. OLE color: 6842821.

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

Color convert

RGB197105104-
CMYK00.470.470.23
HSL0.65º44.5%59.02%-
HSV(B)0.65º47.21%77.25%-
XYZ30.5822.9715.92-
YUV132.39111.98174.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=48.52%
G=25.86%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710510400.470.470.230.6544.559.02
HexC5696802F2F1712c3b
Octal305151150057572715473
Binary11000101110100111010000101111101111101111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56968; }

 p { color: rgb(197,105,104); }

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

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

 a { background-color: rgb(197,105,104); }

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

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

 span { border-color: rgb(197,105,104); }

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