#C16763

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

Shades of Contessa #C16763

Tints of Contessa #C16763

Color information

#C16763 (or 0xC16763) is unknown color: approx Contessa. HEX triplet: C1, 67 and 63. RGB value is (193,103,99). Sum of RGB (Red+Green+Blue) = 193+103+99=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C16763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16763 is #3E989C. Grayscale: #818181. Windows color (decimal): -4102301 or 6514625. OLE color: 6514625.

HSL color Cylindrical-coordinate representation of color #C16763: hue angle of 2.55º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16763 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19310399-
CMYK00.470.490.24
HSL2.55º43.12%57.25%-
HSV(B)2.55º48.7%75.69%-
XYZ29.0921.9414.51-
YUV129.45110.82173.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.86%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=48.86%
G=26.08%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931039900.470.490.242.5543.1257.25
HexC1676302F311832b39
Octal301147143057613035371
Binary110000011100111110001101011111100011100011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16763; }

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

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

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

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

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

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

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

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