Shades of Putty #CBA56C
Tints of Putty #CBA56C
RGB
CMYK
RGB Variations
Color information
#CBA56C (or 0xCBA56C) is known color: Putty. HEX triplet: CB, A5 and 6C. RGB value is (203,165,108). Sum of RGB (Red+Green+Blue) = 203+165+108=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA56C is #345A93. Grayscale: #AAAAAA. Windows color (decimal): -3431060 or 7120331. OLE color: 7120331.
HSL color Cylindrical-coordinate representation of color #CBA56C: hue angle of 36º 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 #CBA56C is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 108 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.20 |
| HSL | 36º | 0.48% | 0.61% | - |
| HSV(B) | 36º | 0.47% | 0.8% | - |
| XYZ | 40.79 | 40.69 | 19.89 | - |
| YUV | 169.86 | 93.09 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 108 | 0 | 0.19 | 0.47 | 0.20 | 36 | 0.48 | 0.61 |
| Hex | CB | A5 | 6C | 0 | 13 | 2F | 14 | 24 | 30 | 3D |
| Octal | 313 | 245 | 154 | 0 | 23 | 57 | 24 | 44 | 60 | 75 |
| Binary | 11001011 | 10100101 | 1101100 | 0 | 10011 | 101111 | 10100 | 100100 | 110000 | 111101 |
Color Harmonies of #CBA56C
Complementary color
Monochromatic Colors of #CBA56C
Black with #CBA56C
Text Example
Text Example
White with #CBA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA56C; }
p { color: rgb(203,165,108); }
H1.HeaderClassName
{
color: #CBA56C;
}
.AnyTagClassName
{
color: #CBA56C;
}
</style>
background-color css
<style>
a { background-color: #CBA56C; }
a { background-color: rgb(203,165,108); }
div.DivClassName
{
background-color: #CBA56C;
}
.BgClassName
{
background-color: #CBA56C;
}
</style>
border-color css
<style>
span { border-color: #CBA56C; }
span { border-color: rgb(203,165,108); }
td.TdClassName
{
border-color: #CBA56C;
}
.TagClassName
{
border-color: #CBA56C;
}
</style>