Shades of Tan #CFB290
Tints of Tan #CFB290
RGB
CMYK
RGB Variations
Color information
#CFB290 (or 0xCFB290) is known color: Tan. HEX triplet: CF, B2 and 90. RGB value is (207,178,144). Sum of RGB (Red+Green+Blue) = 207+178+144=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB290 is #304D6F. Grayscale: #B6B6B6. Windows color (decimal): -3165552 or 9482959. OLE color: 9482959.
HSL color Cylindrical-coordinate representation of color #CFB290: hue angle of 32.38º 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 #CFB290 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 144 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.19 |
| HSL | 32.38º | 0.4% | 0.69% | - |
| HSV(B) | 32.38º | 0.3% | 0.81% | - |
| XYZ | 46.69 | 47.12 | 33.02 | - |
| YUV | 182.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 144 | 0 | 0.14 | 0.30 | 0.19 | 32.38 | 0.4 | 0.69 |
| Hex | CF | B2 | 90 | 0 | E | 1E | 13 | 20 | 28 | 45 |
| Octal | 317 | 262 | 220 | 0 | 16 | 36 | 23 | 40 | 50 | 105 |
| Binary | 11001111 | 10110010 | 10010000 | 0 | 1110 | 11110 | 10011 | 100000 | 101000 | 1000101 |
Color Harmonies of #CFB290
Complementary color
Monochromatic Colors of #CFB290
Black with #CFB290
Text Example
Text Example
White with #CFB290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB290; }
p { color: rgb(207,178,144); }
H1.HeaderClassName
{
color: #CFB290;
}
.AnyTagClassName
{
color: #CFB290;
}
</style>
background-color css
<style>
a { background-color: #CFB290; }
a { background-color: rgb(207,178,144); }
div.DivClassName
{
background-color: #CFB290;
}
.BgClassName
{
background-color: #CFB290;
}
</style>
border-color css
<style>
span { border-color: #CFB290; }
span { border-color: rgb(207,178,144); }
td.TdClassName
{
border-color: #CFB290;
}
.TagClassName
{
border-color: #CFB290;
}
</style>