#CFB486

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

Shades of Tan #CFB486

Tints of Tan #CFB486

Color information

#CFB486 (or 0xCFB486) is unknown color: approx Tan. HEX triplet: CF, B4 and 86. RGB value is (207,180,134). Sum of RGB (Red+Green+Blue) = 207+180+134=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB486 is #304B79. Grayscale: #B7B7B7. Windows color (decimal): -3165050 or 8828111. OLE color: 8828111.

HSL color Cylindrical-coordinate representation of color #CFB486: hue angle of 37.81º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFB486 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB207180134-
CMYK00.130.350.19
HSL37.81º43.2%66.86%-
HSV(B)37.81º35.27%81.18%-
XYZ46.3647.6329.3-
YUV182.83100.45145.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=39.73%
G=34.55%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718013400.130.350.1937.8143.266.86
HexCFB4860D2313262b43
Octal31726420601543234653103
Binary11001111101101001000011001101100011100111001101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB486; }

 p { color: rgb(207,180,134); }

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

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

 a { background-color: rgb(207,180,134); }

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

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

 span { border-color: rgb(207,180,134); }

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