Shades of Tan #CFB388
Tints of Tan #CFB388
RGB
CMYK
RGB Variations
Color information
#CFB388 (or 0xCFB388) is known color: Tan. HEX triplet: CF, B3 and 88. RGB value is (207,179,136). Sum of RGB (Red+Green+Blue) = 207+179+136=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB388 is #304C77. Grayscale: #B6B6B6. Windows color (decimal): -3165304 or 8958927. OLE color: 8958927.
HSL color Cylindrical-coordinate representation of color #CFB388: hue angle of 36.34º 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 #CFB388 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 136 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.19 |
| HSL | 36.34º | 0.43% | 0.67% | - |
| HSV(B) | 36.34º | 0.34% | 0.81% | - |
| XYZ | 46.3 | 47.28 | 29.98 | - |
| YUV | 182.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 136 | 0 | 0.14 | 0.34 | 0.19 | 36.34 | 0.43 | 0.67 |
| Hex | CF | B3 | 88 | 0 | E | 22 | 13 | 24 | 2B | 43 |
| Octal | 317 | 263 | 210 | 0 | 16 | 42 | 23 | 44 | 53 | 103 |
| Binary | 11001111 | 10110011 | 10001000 | 0 | 1110 | 100010 | 10011 | 100100 | 101011 | 1000011 |
Color Harmonies of #CFB388
Complementary color
Monochromatic Colors of #CFB388
Black with #CFB388
Text Example
Text Example
White with #CFB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB388; }
p { color: rgb(207,179,136); }
H1.HeaderClassName
{
color: #CFB388;
}
.AnyTagClassName
{
color: #CFB388;
}
</style>
background-color css
<style>
a { background-color: #CFB388; }
a { background-color: rgb(207,179,136); }
div.DivClassName
{
background-color: #CFB388;
}
.BgClassName
{
background-color: #CFB388;
}
</style>
border-color css
<style>
span { border-color: #CFB388; }
span { border-color: rgb(207,179,136); }
td.TdClassName
{
border-color: #CFB388;
}
.TagClassName
{
border-color: #CFB388;
}
</style>