Shades of Tan #CFB58B
Tints of Tan #CFB58B
RGB
CMYK
RGB Variations
Color information
#CFB58B (or 0xCFB58B) is known color: Tan. HEX triplet: CF, B5 and 8B. RGB value is (207,181,139). Sum of RGB (Red+Green+Blue) = 207+181+139=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB58B is #304A74. Grayscale: #B8B8B8. Windows color (decimal): -3164789 or 9156047. OLE color: 9156047.
HSL color Cylindrical-coordinate representation of color #CFB58B: hue angle of 37.06º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFB58B is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 139 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.19 |
| HSL | 37.06º | 0.41% | 0.68% | - |
| HSV(B) | 37.06º | 0.33% | 0.81% | - |
| XYZ | 46.92 | 48.18 | 31.25 | - |
| YUV | 183.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 139 | 0 | 0.13 | 0.33 | 0.19 | 37.06 | 0.41 | 0.68 |
| Hex | CF | B5 | 8B | 0 | D | 21 | 13 | 25 | 29 | 44 |
| Octal | 317 | 265 | 213 | 0 | 15 | 41 | 23 | 45 | 51 | 104 |
| Binary | 11001111 | 10110101 | 10001011 | 0 | 1101 | 100001 | 10011 | 100101 | 101001 | 1000100 |
Color Harmonies of #CFB58B
Complementary color
Monochromatic Colors of #CFB58B
Black with #CFB58B
Text Example
Text Example
White with #CFB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB58B; }
p { color: rgb(207,181,139); }
H1.HeaderClassName
{
color: #CFB58B;
}
.AnyTagClassName
{
color: #CFB58B;
}
</style>
background-color css
<style>
a { background-color: #CFB58B; }
a { background-color: rgb(207,181,139); }
div.DivClassName
{
background-color: #CFB58B;
}
.BgClassName
{
background-color: #CFB58B;
}
</style>
border-color css
<style>
span { border-color: #CFB58B; }
span { border-color: rgb(207,181,139); }
td.TdClassName
{
border-color: #CFB58B;
}
.TagClassName
{
border-color: #CFB58B;
}
</style>