#C16A60

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

Shades of Contessa #C16A60

Tints of Contessa #C16A60

Color information

#C16A60 (or 0xC16A60) is unknown color: approx Contessa. HEX triplet: C1, 6A and 60. RGB value is (193,106,96). Sum of RGB (Red+Green+Blue) = 193+106+96=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16A60 is #3E959F. Grayscale: #838383. Windows color (decimal): -4101536 or 6318785. OLE color: 6318785.

HSL color Cylindrical-coordinate representation of color #C16A60: hue angle of 6.19º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16A60 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19310696-
CMYK00.450.500.24
HSL6.19º43.89%56.67%-
HSV(B)6.19º50.26%75.69%-
XYZ29.2622.4913.87-
YUV130.87108.32172.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.86%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=48.86%
G=26.84%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931069600.450.500.246.1943.8956.67
HexC16A6002D321862c39
Octal301152140055623065471
Binary1100000111010101100000010110111001011000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16A60; }

 p { color: rgb(193,106,96); }

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

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

 a { background-color: rgb(193,106,96); }

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

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

 span { border-color: rgb(193,106,96); }

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