Shades of Putty #CBA56F
Tints of Putty #CBA56F
RGB
CMYK
RGB Variations
Color information
#CBA56F (or 0xCBA56F) is known color: Putty. HEX triplet: CB, A5 and 6F. RGB value is (203,165,111). Sum of RGB (Red+Green+Blue) = 203+165+111=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA56F is #345A90. Grayscale: #AAAAAA. Windows color (decimal): -3431057 or 7316939. OLE color: 7316939.
HSL color Cylindrical-coordinate representation of color #CBA56F: hue angle of 35.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBA56F is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 111 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.20 |
| HSL | 35.22º | 0.47% | 0.62% | - |
| HSV(B) | 35.22º | 0.45% | 0.8% | - |
| XYZ | 40.95 | 40.75 | 20.75 | - |
| YUV | 170.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 111 | 0 | 0.19 | 0.45 | 0.20 | 35.22 | 0.47 | 0.62 |
| Hex | CB | A5 | 6F | 0 | 13 | 2D | 14 | 23 | 2F | 3E |
| Octal | 313 | 245 | 157 | 0 | 23 | 55 | 24 | 43 | 57 | 76 |
| Binary | 11001011 | 10100101 | 1101111 | 0 | 10011 | 101101 | 10100 | 100011 | 101111 | 111110 |
Color Harmonies of #CBA56F
Complementary color
Monochromatic Colors of #CBA56F
Black with #CBA56F
Text Example
Text Example
White with #CBA56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA56F; }
p { color: rgb(203,165,111); }
H1.HeaderClassName
{
color: #CBA56F;
}
.AnyTagClassName
{
color: #CBA56F;
}
</style>
background-color css
<style>
a { background-color: #CBA56F; }
a { background-color: rgb(203,165,111); }
div.DivClassName
{
background-color: #CBA56F;
}
.BgClassName
{
background-color: #CBA56F;
}
</style>
border-color css
<style>
span { border-color: #CBA56F; }
span { border-color: rgb(203,165,111); }
td.TdClassName
{
border-color: #CBA56F;
}
.TagClassName
{
border-color: #CBA56F;
}
</style>