#CFB58D

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

Shades of Tan #CFB58D

Tints of Tan #CFB58D

Color information

#CFB58D (or 0xCFB58D) is unknown color: approx Tan. HEX triplet: CF, B5 and 8D. RGB value is (207,181,141). Sum of RGB (Red+Green+Blue) = 207+181+141=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB58D is #304A72. Grayscale: #B8B8B8. Windows color (decimal): -3164787 or 9287119. OLE color: 9287119.

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

Color convert

RGB207181141-
CMYK00.130.320.19
HSL36.36º40.74%68.24%-
HSV(B)36.36º31.88%81.18%-
XYZ47.0648.2432.03-
YUV184.21103.61144.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=39.13%
G=34.22%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718114100.130.320.1936.3640.7468.24
HexCFB58D0D2013242944
Octal31726521501540234451104
Binary11001111101101011000110101101100000100111001001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB58D; }

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

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

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

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

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

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

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

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