#CFAE8A

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

Shades of Tan #CFAE8A

Tints of Tan #CFAE8A

Color information

#CFAE8A (or 0xCFAE8A) is unknown color: approx Tan. HEX triplet: CF, AE and 8A. RGB value is (207,174,138). Sum of RGB (Red+Green+Blue) = 207+174+138=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE8A is #305175. Grayscale: #B3B3B3. Windows color (decimal): -3166582 or 9088719. OLE color: 9088719.

HSL color Cylindrical-coordinate representation of color #CFAE8A: hue angle of 31.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFAE8A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207174138-
CMYK00.160.330.19
HSL31.3º41.82%67.65%-
HSV(B)31.3º33.33%81.18%-
XYZ45.4645.3730.41-
YUV179.76104.43147.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=39.88%
G=33.53%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717413800.160.330.1931.341.8267.65
HexCFAE8A01021131f2a44
Octal31725621202041233752104
Binary11001111101011101000101001000010000110011111111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE8A; }

 p { color: rgb(207,174,138); }

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

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

 a { background-color: rgb(207,174,138); }

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

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

 span { border-color: rgb(207,174,138); }

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