Shades of Putty #CBA56B
Tints of Putty #CBA56B
RGB
CMYK
RGB Variations
Color information
#CBA56B (or 0xCBA56B) is known color: Putty. HEX triplet: CB, A5 and 6B. RGB value is (203,165,107). Sum of RGB (Red+Green+Blue) = 203+165+107=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA56B is #345A94. Grayscale: #AAAAAA. Windows color (decimal): -3431061 or 7054795. OLE color: 7054795.
HSL color Cylindrical-coordinate representation of color #CBA56B: hue angle of 36.25º 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 #CBA56B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 107 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.20 |
| HSL | 36.25º | 0.48% | 0.61% | - |
| HSV(B) | 36.25º | 0.47% | 0.8% | - |
| XYZ | 40.74 | 40.67 | 19.61 | - |
| YUV | 169.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 107 | 0 | 0.19 | 0.47 | 0.20 | 36.25 | 0.48 | 0.61 |
| Hex | CB | A5 | 6B | 0 | 13 | 2F | 14 | 24 | 30 | 3D |
| Octal | 313 | 245 | 153 | 0 | 23 | 57 | 24 | 44 | 60 | 75 |
| Binary | 11001011 | 10100101 | 1101011 | 0 | 10011 | 101111 | 10100 | 100100 | 110000 | 111101 |
Color Harmonies of #CBA56B
Complementary color
Monochromatic Colors of #CBA56B
Black with #CBA56B
Text Example
Text Example
White with #CBA56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA56B; }
p { color: rgb(203,165,107); }
H1.HeaderClassName
{
color: #CBA56B;
}
.AnyTagClassName
{
color: #CBA56B;
}
</style>
background-color css
<style>
a { background-color: #CBA56B; }
a { background-color: rgb(203,165,107); }
div.DivClassName
{
background-color: #CBA56B;
}
.BgClassName
{
background-color: #CBA56B;
}
</style>
border-color css
<style>
span { border-color: #CBA56B; }
span { border-color: rgb(203,165,107); }
td.TdClassName
{
border-color: #CBA56B;
}
.TagClassName
{
border-color: #CBA56B;
}
</style>