#CFB988

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

Shades of Tan #CFB988

Tints of Tan #CFB988

Color information

#CFB988 (or 0xCFB988) is unknown color: approx Tan. HEX triplet: CF, B9 and 88. RGB value is (207,185,136). Sum of RGB (Red+Green+Blue) = 207+185+136=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB988 is #304677. Grayscale: #BABABA. Windows color (decimal): -3163768 or 8960463. OLE color: 8960463.

HSL color Cylindrical-coordinate representation of color #CFB988: hue angle of 41.41º degrees, saturation: 0.43, 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 #CFB988 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB207185136-
CMYK00.110.340.19
HSL41.41º42.51%67.25%-
HSV(B)41.41º34.3%81.18%-
XYZ47.5349.7430.39-
YUV185.9999.79142.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 136 (53.52% from 255) = 25.76%
R=39.20%
G=35.04%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718513600.110.340.1941.4142.5167.25
HexCFB9880B2213292b43
Octal31727121001342235153103
Binary11001111101110011000100001011100010100111010011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB988; }

 p { color: rgb(207,185,136); }

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

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

 a { background-color: rgb(207,185,136); }

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

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

 span { border-color: rgb(207,185,136); }

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