#C16F6D

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

Shades of Contessa #C16F6D

Tints of Contessa #C16F6D

Color information

#C16F6D (or 0xC16F6D) is unknown color: approx Contessa. HEX triplet: C1, 6F and 6D. RGB value is (193,111,109). Sum of RGB (Red+Green+Blue) = 193+111+109=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F6D is #3E9092. Grayscale: #878787. Windows color (decimal): -4100243 or 7172033. OLE color: 7172033.

HSL color Cylindrical-coordinate representation of color #C16F6D: hue angle of 1.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16F6D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB193111109-
CMYK00.420.440.24
HSL1.43º40.38%59.22%-
HSV(B)1.43º43.52%75.69%-
XYZ30.4423.8117.46-
YUV135.29113.17169.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=46.73%
G=26.88%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311110900.420.440.241.4340.3859.22
HexC16F6D02A2C181283b
Octal301157155052543015073
Binary11000001110111111011010101010101100110001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F6D; }

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

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

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

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

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

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

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

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