#CFB08D

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

Shades of Tan #CFB08D

Tints of Tan #CFB08D

Color information

#CFB08D (or 0xCFB08D) is unknown color: approx Tan. HEX triplet: CF, B0 and 8D. RGB value is (207,176,141). Sum of RGB (Red+Green+Blue) = 207+176+141=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB08D is #304F72. Grayscale: #B5B5B5. Windows color (decimal): -3166067 or 9285839. OLE color: 9285839.

HSL color Cylindrical-coordinate representation of color #CFB08D: hue angle of 31.82º 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 #CFB08D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207176141-
CMYK00.150.320.19
HSL31.82º40.74%68.24%-
HSV(B)31.82º31.88%81.18%-
XYZ46.0746.2431.7-
YUV181.28105.27146.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=39.50%
G=33.59%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717614100.150.320.1931.8240.7468.24
HexCFB08D0F2013202944
Octal31726021501740234051104
Binary11001111101100001000110101111100000100111000001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB08D; }

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

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

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

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

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

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

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

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