Shades of Putty #CBA973
Tints of Putty #CBA973
RGB
CMYK
RGB Variations
Color information
#CBA973 (or 0xCBA973) is known color: Putty. HEX triplet: CB, A9 and 73. RGB value is (203,169,115). Sum of RGB (Red+Green+Blue) = 203+169+115=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA973 is #34568C. Grayscale: #ADADAD. Windows color (decimal): -3430029 or 7580107. OLE color: 7580107.
HSL color Cylindrical-coordinate representation of color #CBA973: hue angle of 36.82º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBA973 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 115 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.20 |
| HSL | 36.82º | 0.46% | 0.62% | - |
| HSV(B) | 36.82º | 0.43% | 0.8% | - |
| XYZ | 41.91 | 42.31 | 22.18 | - |
| YUV | 173.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 115 | 0 | 0.17 | 0.43 | 0.20 | 36.82 | 0.46 | 0.62 |
| Hex | CB | A9 | 73 | 0 | 11 | 2B | 14 | 25 | 2E | 3E |
| Octal | 313 | 251 | 163 | 0 | 21 | 53 | 24 | 45 | 56 | 76 |
| Binary | 11001011 | 10101001 | 1110011 | 0 | 10001 | 101011 | 10100 | 100101 | 101110 | 111110 |
Color Harmonies of #CBA973
Complementary color
Monochromatic Colors of #CBA973
Black with #CBA973
Text Example
Text Example
White with #CBA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA973; }
p { color: rgb(203,169,115); }
H1.HeaderClassName
{
color: #CBA973;
}
.AnyTagClassName
{
color: #CBA973;
}
</style>
background-color css
<style>
a { background-color: #CBA973; }
a { background-color: rgb(203,169,115); }
div.DivClassName
{
background-color: #CBA973;
}
.BgClassName
{
background-color: #CBA973;
}
</style>
border-color css
<style>
span { border-color: #CBA973; }
span { border-color: rgb(203,169,115); }
td.TdClassName
{
border-color: #CBA973;
}
.TagClassName
{
border-color: #CBA973;
}
</style>