Shades of Tan #CFB488
Tints of Tan #CFB488
RGB
CMYK
RGB Variations
Color information
#CFB488 (or 0xCFB488) is known color: Tan. HEX triplet: CF, B4 and 88. RGB value is (207,180,136). Sum of RGB (Red+Green+Blue) = 207+180+136=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB488 is #304B77. Grayscale: #B7B7B7. Windows color (decimal): -3165048 or 8959183. OLE color: 8959183.
HSL color Cylindrical-coordinate representation of color #CFB488: hue angle of 37.18º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFB488 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 136 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.19 |
| HSL | 37.18º | 0.43% | 0.67% | - |
| HSV(B) | 37.18º | 0.34% | 0.81% | - |
| XYZ | 46.5 | 47.69 | 30.05 | - |
| YUV | 183.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 136 | 0 | 0.13 | 0.34 | 0.19 | 37.18 | 0.43 | 0.67 |
| Hex | CF | B4 | 88 | 0 | D | 22 | 13 | 25 | 2B | 43 |
| Octal | 317 | 264 | 210 | 0 | 15 | 42 | 23 | 45 | 53 | 103 |
| Binary | 11001111 | 10110100 | 10001000 | 0 | 1101 | 100010 | 10011 | 100101 | 101011 | 1000011 |
Color Harmonies of #CFB488
Complementary color
Monochromatic Colors of #CFB488
Black with #CFB488
Text Example
Text Example
White with #CFB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB488; }
p { color: rgb(207,180,136); }
H1.HeaderClassName
{
color: #CFB488;
}
.AnyTagClassName
{
color: #CFB488;
}
</style>
background-color css
<style>
a { background-color: #CFB488; }
a { background-color: rgb(207,180,136); }
div.DivClassName
{
background-color: #CFB488;
}
.BgClassName
{
background-color: #CFB488;
}
</style>
border-color css
<style>
span { border-color: #CFB488; }
span { border-color: rgb(207,180,136); }
td.TdClassName
{
border-color: #CFB488;
}
.TagClassName
{
border-color: #CFB488;
}
</style>