#C16361

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

Shades of Contessa #C16361

Tints of Contessa #C16361

Color information

#C16361 (or 0xC16361) is unknown color: approx Contessa. HEX triplet: C1, 63 and 61. RGB value is (193,99,97). Sum of RGB (Red+Green+Blue) = 193+99+97=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C16361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16361 is #3E9C9E. Grayscale: #7E7E7E. Windows color (decimal): -4103327 or 6382529. OLE color: 6382529.

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

Color convert

RGB1939997-
CMYK00.490.500.24
HSL1.25º43.64%56.86%-
HSV(B)1.25º49.74%75.69%-
XYZ28.6121.1213.88-
YUV126.88111.14175.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.61%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=49.61%
G=25.45%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193999700.490.500.241.2543.6456.86
HexC16361031321812c39
Octal301143141061623015471
Binary11000001110001111000010110001110010110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16361; }

 p { color: rgb(193,99,97); }

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

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

 a { background-color: rgb(193,99,97); }

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

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

 span { border-color: rgb(193,99,97); }

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