#CFB790

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

Shades of Tan #CFB790

Tints of Tan #CFB790

Color information

#CFB790 (or 0xCFB790) is unknown color: approx Tan. HEX triplet: CF, B7 and 90. RGB value is (207,183,144). Sum of RGB (Red+Green+Blue) = 207+183+144=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB790 is #30486F. Grayscale: #B9B9B9. Windows color (decimal): -3164272 or 9484239. OLE color: 9484239.

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

Color convert

RGB207183144-
CMYK00.120.300.19
HSL37.14º39.62%68.82%-
HSV(B)37.14º30.43%81.18%-
XYZ47.749.1533.36-
YUV185.73104.45143.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=38.76%
G=34.27%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718314400.120.300.1937.1439.6268.82
HexCFB7900C1E13252845
Octal31726722001436234550105
Binary1100111110110111100100000110011110100111001011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB790; }

 p { color: rgb(207,183,144); }

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

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

 a { background-color: rgb(207,183,144); }

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

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

 span { border-color: rgb(207,183,144); }

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