#CFB48E

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

Shades of Tan #CFB48E

Tints of Tan #CFB48E

Color information

#CFB48E (or 0xCFB48E) is unknown color: approx Tan. HEX triplet: CF, B4 and 8E. RGB value is (207,180,142). Sum of RGB (Red+Green+Blue) = 207+180+142=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB48E is #304B71. Grayscale: #B7B7B7. Windows color (decimal): -3165042 or 9352399. OLE color: 9352399.

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

Color convert

RGB207180142-
CMYK00.130.310.19
HSL35.08º40.37%68.43%-
HSV(B)35.08º31.4%81.18%-
XYZ46.9447.8632.36-
YUV183.74104.45144.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=39.13%
G=34.03%
B=26.84%

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
Decimal20718014200.130.310.1935.0840.3768.43
HexCFB48E0D1F13232844
Octal31726421601537234350104
Binary1100111110110100100011100110111111100111000111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB48E; }

 p { color: rgb(207,180,142); }

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

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

 a { background-color: rgb(207,180,142); }

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

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

 span { border-color: rgb(207,180,142); }

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