Shades of Putty #CBA96D
Tints of Putty #CBA96D
RGB
CMYK
RGB Variations
Color information
#CBA96D (or 0xCBA96D) is known color: Putty. HEX triplet: CB, A9 and 6D. RGB value is (203,169,109). Sum of RGB (Red+Green+Blue) = 203+169+109=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA96D is #345692. Grayscale: #ACACAC. Windows color (decimal): -3430035 or 7186891. OLE color: 7186891.
HSL color Cylindrical-coordinate representation of color #CBA96D: hue angle of 38.3º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBA96D is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 109 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.20 |
| HSL | 38.3º | 0.47% | 0.61% | - |
| HSV(B) | 38.3º | 0.46% | 0.8% | - |
| XYZ | 41.58 | 42.18 | 20.42 | - |
| YUV | 172.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 109 | 0 | 0.17 | 0.46 | 0.20 | 38.3 | 0.47 | 0.61 |
| Hex | CB | A9 | 6D | 0 | 11 | 2E | 14 | 26 | 2F | 3D |
| Octal | 313 | 251 | 155 | 0 | 21 | 56 | 24 | 46 | 57 | 75 |
| Binary | 11001011 | 10101001 | 1101101 | 0 | 10001 | 101110 | 10100 | 100110 | 101111 | 111101 |
Color Harmonies of #CBA96D
Complementary color
Monochromatic Colors of #CBA96D
Black with #CBA96D
Text Example
Text Example
White with #CBA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA96D; }
p { color: rgb(203,169,109); }
H1.HeaderClassName
{
color: #CBA96D;
}
.AnyTagClassName
{
color: #CBA96D;
}
</style>
background-color css
<style>
a { background-color: #CBA96D; }
a { background-color: rgb(203,169,109); }
div.DivClassName
{
background-color: #CBA96D;
}
.BgClassName
{
background-color: #CBA96D;
}
</style>
border-color css
<style>
span { border-color: #CBA96D; }
span { border-color: rgb(203,169,109); }
td.TdClassName
{
border-color: #CBA96D;
}
.TagClassName
{
border-color: #CBA96D;
}
</style>