#C16F60

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

Shades of Contessa #C16F60

Tints of Contessa #C16F60

Color information

#C16F60 (or 0xC16F60) is unknown color: approx Contessa. HEX triplet: C1, 6F and 60. RGB value is (193,111,96). Sum of RGB (Red+Green+Blue) = 193+111+96=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F60 is #3E909F. Grayscale: #858585. Windows color (decimal): -4100256 or 6320065. OLE color: 6320065.

HSL color Cylindrical-coordinate representation of color #C16F60: hue angle of 9.28º 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 #C16F60 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19311196-
CMYK00.420.500.24
HSL9.28º43.89%56.67%-
HSV(B)9.28º50.26%75.69%-
XYZ29.7923.5514.04-
YUV133.81106.67170.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 96 (37.89% from 255) = 24%
R=48.25%
G=27.75%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931119600.420.500.249.2843.8956.67
HexC16F6002A321892c39
Octal3011571400526230115471
Binary11000001110111111000000101010110010110001001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F60; }

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

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

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

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

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

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

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

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