#C7AF8E

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

Shades of Tan #C7AF8E

Tints of Tan #C7AF8E

Color information

#C7AF8E (or 0xC7AF8E) is unknown color: approx Tan. HEX triplet: C7, AF and 8E. RGB value is (199,175,142). Sum of RGB (Red+Green+Blue) = 199+175+142=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF8E is #385071. Grayscale: #B2B2B2. Windows color (decimal): -3690610 or 9351111. OLE color: 9351111.

HSL color Cylindrical-coordinate representation of color #C7AF8E: hue angle of 34.74º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7AF8E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199175142-
CMYK00.120.290.22
HSL34.74º33.73%66.86%-
HSV(B)34.74º28.64%78.04%-
XYZ43.7744.7631.92-
YUV178.41107.45142.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=38.57%
G=33.91%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917514200.120.290.2234.7433.7366.86
HexC7AF8E0C1D16232243
Octal30725721601435264342103
Binary1100011110101111100011100110011101101101000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AF8E; }

 p { color: rgb(199,175,142); }

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

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

 a { background-color: rgb(199,175,142); }

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

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

 span { border-color: rgb(199,175,142); }

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