#CFBC8E

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

Shades of Tan #CFBC8E

Tints of Tan #CFBC8E

Color information

#CFBC8E (or 0xCFBC8E) is unknown color: approx Tan. HEX triplet: CF, BC and 8E. RGB value is (207,188,142). Sum of RGB (Red+Green+Blue) = 207+188+142=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC8E is #304371. Grayscale: #BCBCBC. Windows color (decimal): -3162994 or 9354447. OLE color: 9354447.

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

Color convert

RGB207188142-
CMYK00.090.310.19
HSL42.46º40.37%68.43%-
HSV(B)42.46º31.4%81.18%-
XYZ48.651.1832.91-
YUV188.44101.79141.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 142 (55.86% from 255) = 26.44%
R=38.55%
G=35.01%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718814200.090.310.1942.4640.3768.43
HexCFBC8E091F132a2844
Octal31727421601137235250104
Binary1100111110111100100011100100111111100111010101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC8E; }

 p { color: rgb(207,188,142); }

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

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

 a { background-color: rgb(207,188,142); }

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

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

 span { border-color: rgb(207,188,142); }

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