Shades of Putty #CBA474
Tints of Putty #CBA474
RGB
CMYK
RGB Variations
Color information
#CBA474 (or 0xCBA474) is known color: Putty. HEX triplet: CB, A4 and 74. RGB value is (203,164,116). Sum of RGB (Red+Green+Blue) = 203+164+116=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA474 is #345B8B. Grayscale: #AAAAAA. Windows color (decimal): -3431308 or 7644363. OLE color: 7644363.
HSL color Cylindrical-coordinate representation of color #CBA474: hue angle of 33.1º 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 #CBA474 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 116 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.20 |
| HSL | 33.1º | 0.46% | 0.63% | - |
| HSV(B) | 33.1º | 0.43% | 0.8% | - |
| XYZ | 41.06 | 40.51 | 22.18 | - |
| YUV | 170.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 116 | 0 | 0.19 | 0.43 | 0.20 | 33.1 | 0.46 | 0.63 |
| Hex | CB | A4 | 74 | 0 | 13 | 2B | 14 | 21 | 2E | 3F |
| Octal | 313 | 244 | 164 | 0 | 23 | 53 | 24 | 41 | 56 | 77 |
| Binary | 11001011 | 10100100 | 1110100 | 0 | 10011 | 101011 | 10100 | 100001 | 101110 | 111111 |
Color Harmonies of #CBA474
Complementary color
Monochromatic Colors of #CBA474
Black with #CBA474
Text Example
Text Example
White with #CBA474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA474; }
p { color: rgb(203,164,116); }
H1.HeaderClassName
{
color: #CBA474;
}
.AnyTagClassName
{
color: #CBA474;
}
</style>
background-color css
<style>
a { background-color: #CBA474; }
a { background-color: rgb(203,164,116); }
div.DivClassName
{
background-color: #CBA474;
}
.BgClassName
{
background-color: #CBA474;
}
</style>
border-color css
<style>
span { border-color: #CBA474; }
span { border-color: rgb(203,164,116); }
td.TdClassName
{
border-color: #CBA474;
}
.TagClassName
{
border-color: #CBA474;
}
</style>