#CFB88D

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

Shades of Tan #CFB88D

Tints of Tan #CFB88D

Color information

#CFB88D (or 0xCFB88D) is unknown color: approx Tan. HEX triplet: CF, B8 and 8D. RGB value is (207,184,141). Sum of RGB (Red+Green+Blue) = 207+184+141=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB88D is #304772. Grayscale: #BABABA. Windows color (decimal): -3164019 or 9287887. OLE color: 9287887.

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

Color convert

RGB207184141-
CMYK00.110.320.19
HSL39.09º40.74%68.24%-
HSV(B)39.09º31.88%81.18%-
XYZ47.6849.4732.23-
YUV185.98102.62143-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 184 (72.27% from 255) = 34.59%
BLUE value IS 141 (55.47% from 255) = 26.50%
R=38.91%
G=34.59%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718414100.110.320.1939.0940.7468.24
HexCFB88D0B2013272944
Octal31727021501340234751104
Binary11001111101110001000110101011100000100111001111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB88D; }

 p { color: rgb(207,184,141); }

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

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

 a { background-color: rgb(207,184,141); }

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

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

 span { border-color: rgb(207,184,141); }

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