Shades of Tan #CFB792
Tints of Tan #CFB792
RGB
CMYK
RGB Variations
Color information
#CFB792 (or 0xCFB792) is known color: Tan. HEX triplet: CF, B7 and 92. RGB value is (207,183,146). Sum of RGB (Red+Green+Blue) = 207+183+146=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB792 is #30486D. Grayscale: #BABABA. Windows color (decimal): -3164270 or 9615311. OLE color: 9615311.
HSL color Cylindrical-coordinate representation of color #CFB792: hue angle of 36.39º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFB792 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 146 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.19 |
| HSL | 36.39º | 0.39% | 0.69% | - |
| HSV(B) | 36.39º | 0.29% | 0.81% | - |
| XYZ | 47.85 | 49.21 | 34.17 | - |
| YUV | 185.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 146 | 0 | 0.12 | 0.29 | 0.19 | 36.39 | 0.39 | 0.69 |
| Hex | CF | B7 | 92 | 0 | C | 1D | 13 | 24 | 27 | 45 |
| Octal | 317 | 267 | 222 | 0 | 14 | 35 | 23 | 44 | 47 | 105 |
| Binary | 11001111 | 10110111 | 10010010 | 0 | 1100 | 11101 | 10011 | 100100 | 100111 | 1000101 |
Color Harmonies of #CFB792
Complementary color
Monochromatic Colors of #CFB792
Black with #CFB792
Text Example
Text Example
White with #CFB792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB792; }
p { color: rgb(207,183,146); }
H1.HeaderClassName
{
color: #CFB792;
}
.AnyTagClassName
{
color: #CFB792;
}
</style>
background-color css
<style>
a { background-color: #CFB792; }
a { background-color: rgb(207,183,146); }
div.DivClassName
{
background-color: #CFB792;
}
.BgClassName
{
background-color: #CFB792;
}
</style>
border-color css
<style>
span { border-color: #CFB792; }
span { border-color: rgb(207,183,146); }
td.TdClassName
{
border-color: #CFB792;
}
.TagClassName
{
border-color: #CFB792;
}
</style>