Shades of Putty #CBA969
Tints of Putty #CBA969
RGB
CMYK
RGB Variations
Color information
#CBA969 (or 0xCBA969) is known color: Putty. HEX triplet: CB, A9 and 69. RGB value is (203,169,105). Sum of RGB (Red+Green+Blue) = 203+169+105=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA969 is #345696. Grayscale: #ACACAC. Windows color (decimal): -3430039 or 6924747. OLE color: 6924747.
HSL color Cylindrical-coordinate representation of color #CBA969: hue angle of 39.18º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBA969 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 105 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.20 |
| HSL | 39.18º | 0.49% | 0.6% | - |
| HSV(B) | 39.18º | 0.48% | 0.8% | - |
| XYZ | 41.37 | 42.09 | 19.31 | - |
| YUV | 171.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 105 | 0 | 0.17 | 0.48 | 0.20 | 39.18 | 0.49 | 0.6 |
| Hex | CB | A9 | 69 | 0 | 11 | 30 | 14 | 27 | 31 | 3C |
| Octal | 313 | 251 | 151 | 0 | 21 | 60 | 24 | 47 | 61 | 74 |
| Binary | 11001011 | 10101001 | 1101001 | 0 | 10001 | 110000 | 10100 | 100111 | 110001 | 111100 |
Color Harmonies of #CBA969
Complementary color
Monochromatic Colors of #CBA969
Black with #CBA969
Text Example
Text Example
White with #CBA969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA969; }
p { color: rgb(203,169,105); }
H1.HeaderClassName
{
color: #CBA969;
}
.AnyTagClassName
{
color: #CBA969;
}
</style>
background-color css
<style>
a { background-color: #CBA969; }
a { background-color: rgb(203,169,105); }
div.DivClassName
{
background-color: #CBA969;
}
.BgClassName
{
background-color: #CBA969;
}
</style>
border-color css
<style>
span { border-color: #CBA969; }
span { border-color: rgb(203,169,105); }
td.TdClassName
{
border-color: #CBA969;
}
.TagClassName
{
border-color: #CBA969;
}
</style>