#CFB489

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

Shades of Tan #CFB489

Tints of Tan #CFB489

Color information

#CFB489 (or 0xCFB489) is unknown color: approx Tan. HEX triplet: CF, B4 and 89. RGB value is (207,180,137). Sum of RGB (Red+Green+Blue) = 207+180+137=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB489 is #304B76. Grayscale: #B7B7B7. Windows color (decimal): -3165047 or 9024719. OLE color: 9024719.

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

Color convert

RGB207180137-
CMYK00.130.340.19
HSL36.86º42.17%67.45%-
HSV(B)36.86º33.82%81.18%-
XYZ46.5747.7130.42-
YUV183.17101.95145-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 137 (53.91% from 255) = 26.15%
R=39.50%
G=34.35%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718013700.130.340.1936.8642.1767.45
HexCFB4890D2213252a43
Octal31726421101542234552103
Binary11001111101101001000100101101100010100111001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB489; }

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

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

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

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

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

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

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

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