#CFB990

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

Shades of Tan #CFB990

Tints of Tan #CFB990

Color information

#CFB990 (or 0xCFB990) is unknown color: approx Tan. HEX triplet: CF, B9 and 90. RGB value is (207,185,144). Sum of RGB (Red+Green+Blue) = 207+185+144=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB990 is #30466F. Grayscale: #BBBBBB. Windows color (decimal): -3163760 or 9484751. OLE color: 9484751.

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

Color convert

RGB207185144-
CMYK00.110.300.19
HSL39.05º39.62%68.82%-
HSV(B)39.05º30.43%81.18%-
XYZ48.1249.9833.5-
YUV186.9103.79142.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=38.62%
G=34.51%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718514400.110.300.1939.0539.6268.82
HexCFB9900B1E13272845
Octal31727122001336234750105
Binary1100111110111001100100000101111110100111001111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB990; }

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

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

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

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

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

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

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

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