Shades of Putty #CBA96A
Tints of Putty #CBA96A
RGB
CMYK
RGB Variations
Color information
#CBA96A (or 0xCBA96A) is known color: Putty. HEX triplet: CB, A9 and 6A. RGB value is (203,169,106). Sum of RGB (Red+Green+Blue) = 203+169+106=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA96A is #345695. Grayscale: #ACACAC. Windows color (decimal): -3430038 or 6990283. OLE color: 6990283.
HSL color Cylindrical-coordinate representation of color #CBA96A: hue angle of 38.97º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBA96A is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 106 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.20 |
| HSL | 38.97º | 0.48% | 0.61% | - |
| HSV(B) | 38.97º | 0.48% | 0.8% | - |
| XYZ | 41.42 | 42.11 | 19.58 | - |
| YUV | 171.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 106 | 0 | 0.17 | 0.48 | 0.20 | 38.97 | 0.48 | 0.61 |
| Hex | CB | A9 | 6A | 0 | 11 | 30 | 14 | 27 | 30 | 3D |
| Octal | 313 | 251 | 152 | 0 | 21 | 60 | 24 | 47 | 60 | 75 |
| Binary | 11001011 | 10101001 | 1101010 | 0 | 10001 | 110000 | 10100 | 100111 | 110000 | 111101 |
Color Harmonies of #CBA96A
Complementary color
Monochromatic Colors of #CBA96A
Black with #CBA96A
Text Example
Text Example
White with #CBA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA96A; }
p { color: rgb(203,169,106); }
H1.HeaderClassName
{
color: #CBA96A;
}
.AnyTagClassName
{
color: #CBA96A;
}
</style>
background-color css
<style>
a { background-color: #CBA96A; }
a { background-color: rgb(203,169,106); }
div.DivClassName
{
background-color: #CBA96A;
}
.BgClassName
{
background-color: #CBA96A;
}
</style>
border-color css
<style>
span { border-color: #CBA96A; }
span { border-color: rgb(203,169,106); }
td.TdClassName
{
border-color: #CBA96A;
}
.TagClassName
{
border-color: #CBA96A;
}
</style>