#CFB58F

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

Shades of Tan #CFB58F

Tints of Tan #CFB58F

Color information

#CFB58F (or 0xCFB58F) is unknown color: approx Tan. HEX triplet: CF, B5 and 8F. RGB value is (207,181,143). Sum of RGB (Red+Green+Blue) = 207+181+143=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB58F is #304A70. Grayscale: #B8B8B8. Windows color (decimal): -3164785 or 9418191. OLE color: 9418191.

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

Color convert

RGB207181143-
CMYK00.130.310.19
HSL35.63º40%68.63%-
HSV(B)35.63º30.92%81.18%-
XYZ47.2148.332.82-
YUV184.44104.61144.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 181 (71.09% from 255) = 34.09%
BLUE value IS 143 (56.25% from 255) = 26.93%
R=38.98%
G=34.09%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718114300.130.310.1935.634068.63
HexCFB58F0D1F13242845
Octal31726521701537234450105
Binary1100111110110101100011110110111111100111001001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB58F; }

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

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

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

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

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

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

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

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