Shades of Putty #CBA974
Tints of Putty #CBA974
RGB
CMYK
RGB Variations
Color information
#CBA974 (or 0xCBA974) is known color: Putty. HEX triplet: CB, A9 and 74. RGB value is (203,169,116). Sum of RGB (Red+Green+Blue) = 203+169+116=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA974 is #34568B. Grayscale: #ADADAD. Windows color (decimal): -3430028 or 7645643. OLE color: 7645643.
HSL color Cylindrical-coordinate representation of color #CBA974: hue angle of 36.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBA974 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 116 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.20 |
| HSL | 36.55º | 0.46% | 0.63% | - |
| HSV(B) | 36.55º | 0.43% | 0.8% | - |
| XYZ | 41.97 | 42.33 | 22.48 | - |
| YUV | 173.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 116 | 0 | 0.17 | 0.43 | 0.20 | 36.55 | 0.46 | 0.63 |
| Hex | CB | A9 | 74 | 0 | 11 | 2B | 14 | 25 | 2E | 3F |
| Octal | 313 | 251 | 164 | 0 | 21 | 53 | 24 | 45 | 56 | 77 |
| Binary | 11001011 | 10101001 | 1110100 | 0 | 10001 | 101011 | 10100 | 100101 | 101110 | 111111 |
Color Harmonies of #CBA974
Complementary color
Monochromatic Colors of #CBA974
Black with #CBA974
Text Example
Text Example
White with #CBA974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA974; }
p { color: rgb(203,169,116); }
H1.HeaderClassName
{
color: #CBA974;
}
.AnyTagClassName
{
color: #CBA974;
}
</style>
background-color css
<style>
a { background-color: #CBA974; }
a { background-color: rgb(203,169,116); }
div.DivClassName
{
background-color: #CBA974;
}
.BgClassName
{
background-color: #CBA974;
}
</style>
border-color css
<style>
span { border-color: #CBA974; }
span { border-color: rgb(203,169,116); }
td.TdClassName
{
border-color: #CBA974;
}
.TagClassName
{
border-color: #CBA974;
}
</style>