Shades of Tan #CFB584
Tints of Tan #CFB584
RGB
CMYK
RGB Variations
Color information
#CFB584 (or 0xCFB584) is known color: Tan. HEX triplet: CF, B5 and 84. RGB value is (207,181,132). Sum of RGB (Red+Green+Blue) = 207+181+132=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB584 is #304A7B. Grayscale: #B7B7B7. Windows color (decimal): -3164796 or 8697295. OLE color: 8697295.
HSL color Cylindrical-coordinate representation of color #CFB584: hue angle of 39.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFB584 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 132 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.19 |
| HSL | 39.2º | 0.44% | 0.66% | - |
| HSV(B) | 39.2º | 0.36% | 0.81% | - |
| XYZ | 46.42 | 47.98 | 28.64 | - |
| YUV | 183.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 132 | 0 | 0.13 | 0.36 | 0.19 | 39.2 | 0.44 | 0.66 |
| Hex | CF | B5 | 84 | 0 | D | 24 | 13 | 27 | 2C | 42 |
| Octal | 317 | 265 | 204 | 0 | 15 | 44 | 23 | 47 | 54 | 102 |
| Binary | 11001111 | 10110101 | 10000100 | 0 | 1101 | 100100 | 10011 | 100111 | 101100 | 1000010 |
Color Harmonies of #CFB584
Complementary color
Monochromatic Colors of #CFB584
Black with #CFB584
Text Example
Text Example
White with #CFB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB584; }
p { color: rgb(207,181,132); }
H1.HeaderClassName
{
color: #CFB584;
}
.AnyTagClassName
{
color: #CFB584;
}
</style>
background-color css
<style>
a { background-color: #CFB584; }
a { background-color: rgb(207,181,132); }
div.DivClassName
{
background-color: #CFB584;
}
.BgClassName
{
background-color: #CFB584;
}
</style>
border-color css
<style>
span { border-color: #CFB584; }
span { border-color: rgb(207,181,132); }
td.TdClassName
{
border-color: #CFB584;
}
.TagClassName
{
border-color: #CFB584;
}
</style>