#CFB485

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

Shades of Tan #CFB485

Tints of Tan #CFB485

Color information

#CFB485 (or 0xCFB485) is unknown color: approx Tan. HEX triplet: CF, B4 and 85. RGB value is (207,180,133). Sum of RGB (Red+Green+Blue) = 207+180+133=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB485 is #304B7A. Grayscale: #B6B6B6. Windows color (decimal): -3165051 or 8762575. OLE color: 8762575.

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

Color convert

RGB207180133-
CMYK00.130.360.19
HSL38.11º43.53%66.67%-
HSV(B)38.11º35.75%81.18%-
XYZ46.2947.628.94-
YUV182.7299.95145.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=39.81%
G=34.62%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718013300.130.360.1938.1143.5366.67
HexCFB4850D2413262c43
Octal31726420501544234654103
Binary11001111101101001000010101101100100100111001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB485; }

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

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

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

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

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

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

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

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