#CFB58C

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

Shades of Tan #CFB58C

Tints of Tan #CFB58C

Color information

#CFB58C (or 0xCFB58C) is unknown color: approx Tan. HEX triplet: CF, B5 and 8C. RGB value is (207,181,140). Sum of RGB (Red+Green+Blue) = 207+181+140=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB58C is #304A73. Grayscale: #B8B8B8. Windows color (decimal): -3164788 or 9221583. OLE color: 9221583.

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

Color convert

RGB207181140-
CMYK00.130.320.19
HSL36.72º41.1%68.04%-
HSV(B)36.72º32.37%81.18%-
XYZ46.9948.2131.64-
YUV184.1103.11144.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=39.20%
G=34.28%
B=26.52%

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
Decimal20718114000.130.320.1936.7241.168.04
HexCFB58C0D2013252944
Octal31726521401540234551104
Binary11001111101101011000110001101100000100111001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB58C; }

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

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

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

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

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

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

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

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