#C1685F

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

Shades of Contessa #C1685F

Tints of Contessa #C1685F

Color information

#C1685F (or 0xC1685F) is unknown color: approx Contessa. HEX triplet: C1, 68 and 5F. RGB value is (193,104,95). Sum of RGB (Red+Green+Blue) = 193+104+95=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1685F is #3E97A0. Grayscale: #818181. Windows color (decimal): -4102049 or 6252737. OLE color: 6252737.

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

Color convert

RGB19310495-
CMYK00.460.510.24
HSL5.51º44.14%56.47%-
HSV(B)5.51º50.78%75.69%-
XYZ29.0122.0613.56-
YUV129.58108.49173.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.23%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 95 (37.5% from 255) = 24.23%
R=49.23%
G=26.53%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931049500.460.510.245.5144.1456.47
HexC1685F02E331862c38
Octal301150137056633065470
Binary1100000111010001011111010111011001111000110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1685F; }

 p { color: rgb(193,104,95); }

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

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

 a { background-color: rgb(193,104,95); }

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

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

 span { border-color: rgb(193,104,95); }

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