Shades of Putty #CBA46F
Tints of Putty #CBA46F
RGB
CMYK
RGB Variations
Color information
#CBA46F (or 0xCBA46F) is known color: Putty. HEX triplet: CB, A4 and 6F. RGB value is (203,164,111). Sum of RGB (Red+Green+Blue) = 203+164+111=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA46F is #345B90. Grayscale: #A9A9A9. Windows color (decimal): -3431313 or 7316683. OLE color: 7316683.
HSL color Cylindrical-coordinate representation of color #CBA46F: hue angle of 34.57º 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 #CBA46F is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 111 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.20 |
| HSL | 34.57º | 0.47% | 0.62% | - |
| HSV(B) | 34.57º | 0.45% | 0.8% | - |
| XYZ | 40.77 | 40.4 | 20.69 | - |
| YUV | 169.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 111 | 0 | 0.19 | 0.45 | 0.20 | 34.57 | 0.47 | 0.62 |
| Hex | CB | A4 | 6F | 0 | 13 | 2D | 14 | 23 | 2F | 3E |
| Octal | 313 | 244 | 157 | 0 | 23 | 55 | 24 | 43 | 57 | 76 |
| Binary | 11001011 | 10100100 | 1101111 | 0 | 10011 | 101101 | 10100 | 100011 | 101111 | 111110 |
Color Harmonies of #CBA46F
Complementary color
Monochromatic Colors of #CBA46F
Black with #CBA46F
Text Example
Text Example
White with #CBA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA46F; }
p { color: rgb(203,164,111); }
H1.HeaderClassName
{
color: #CBA46F;
}
.AnyTagClassName
{
color: #CBA46F;
}
</style>
background-color css
<style>
a { background-color: #CBA46F; }
a { background-color: rgb(203,164,111); }
div.DivClassName
{
background-color: #CBA46F;
}
.BgClassName
{
background-color: #CBA46F;
}
</style>
border-color css
<style>
span { border-color: #CBA46F; }
span { border-color: rgb(203,164,111); }
td.TdClassName
{
border-color: #CBA46F;
}
.TagClassName
{
border-color: #CBA46F;
}
</style>