Shades of Putty #CBA96B
Tints of Putty #CBA96B
RGB
CMYK
RGB Variations
Color information
#CBA96B (or 0xCBA96B) is known color: Putty. HEX triplet: CB, A9 and 6B. RGB value is (203,169,107). Sum of RGB (Red+Green+Blue) = 203+169+107=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA96B is #345694. Grayscale: #ACACAC. Windows color (decimal): -3430037 or 7055819. OLE color: 7055819.
HSL color Cylindrical-coordinate representation of color #CBA96B: hue angle of 38.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBA96B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 107 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.20 |
| HSL | 38.75º | 0.48% | 0.61% | - |
| HSV(B) | 38.75º | 0.47% | 0.8% | - |
| XYZ | 41.47 | 42.13 | 19.86 | - |
| YUV | 172.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 107 | 0 | 0.17 | 0.47 | 0.20 | 38.75 | 0.48 | 0.61 |
| Hex | CB | A9 | 6B | 0 | 11 | 2F | 14 | 27 | 30 | 3D |
| Octal | 313 | 251 | 153 | 0 | 21 | 57 | 24 | 47 | 60 | 75 |
| Binary | 11001011 | 10101001 | 1101011 | 0 | 10001 | 101111 | 10100 | 100111 | 110000 | 111101 |
Color Harmonies of #CBA96B
Complementary color
Monochromatic Colors of #CBA96B
Black with #CBA96B
Text Example
Text Example
White with #CBA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA96B; }
p { color: rgb(203,169,107); }
H1.HeaderClassName
{
color: #CBA96B;
}
.AnyTagClassName
{
color: #CBA96B;
}
</style>
background-color css
<style>
a { background-color: #CBA96B; }
a { background-color: rgb(203,169,107); }
div.DivClassName
{
background-color: #CBA96B;
}
.BgClassName
{
background-color: #CBA96B;
}
</style>
border-color css
<style>
span { border-color: #CBA96B; }
span { border-color: rgb(203,169,107); }
td.TdClassName
{
border-color: #CBA96B;
}
.TagClassName
{
border-color: #CBA96B;
}
</style>