Shades of Putty #CBA56E
Tints of Putty #CBA56E
RGB
CMYK
RGB Variations
Color information
#CBA56E (or 0xCBA56E) is known color: Putty. HEX triplet: CB, A5 and 6E. RGB value is (203,165,110). Sum of RGB (Red+Green+Blue) = 203+165+110=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA56E is #345A91. Grayscale: #AAAAAA. Windows color (decimal): -3431058 or 7251403. OLE color: 7251403.
HSL color Cylindrical-coordinate representation of color #CBA56E: hue angle of 35.48º 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 #CBA56E is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 110 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.20 |
| HSL | 35.48º | 0.47% | 0.61% | - |
| HSV(B) | 35.48º | 0.46% | 0.8% | - |
| XYZ | 40.9 | 40.73 | 20.46 | - |
| YUV | 170.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 110 | 0 | 0.19 | 0.46 | 0.20 | 35.48 | 0.47 | 0.61 |
| Hex | CB | A5 | 6E | 0 | 13 | 2E | 14 | 23 | 2F | 3D |
| Octal | 313 | 245 | 156 | 0 | 23 | 56 | 24 | 43 | 57 | 75 |
| Binary | 11001011 | 10100101 | 1101110 | 0 | 10011 | 101110 | 10100 | 100011 | 101111 | 111101 |
Color Harmonies of #CBA56E
Complementary color
Monochromatic Colors of #CBA56E
Black with #CBA56E
Text Example
Text Example
White with #CBA56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA56E; }
p { color: rgb(203,165,110); }
H1.HeaderClassName
{
color: #CBA56E;
}
.AnyTagClassName
{
color: #CBA56E;
}
</style>
background-color css
<style>
a { background-color: #CBA56E; }
a { background-color: rgb(203,165,110); }
div.DivClassName
{
background-color: #CBA56E;
}
.BgClassName
{
background-color: #CBA56E;
}
</style>
border-color css
<style>
span { border-color: #CBA56E; }
span { border-color: rgb(203,165,110); }
td.TdClassName
{
border-color: #CBA56E;
}
.TagClassName
{
border-color: #CBA56E;
}
</style>