Shades of Putty #CBA472
Tints of Putty #CBA472
RGB
CMYK
RGB Variations
Color information
#CBA472 (or 0xCBA472) is known color: Putty. HEX triplet: CB, A4 and 72. RGB value is (203,164,114). Sum of RGB (Red+Green+Blue) = 203+164+114=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA472 is #345B8D. Grayscale: #AAAAAA. Windows color (decimal): -3431310 or 7513291. OLE color: 7513291.
HSL color Cylindrical-coordinate representation of color #CBA472: hue angle of 33.71º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBA472 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 114 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.20 |
| HSL | 33.71º | 0.46% | 0.62% | - |
| HSV(B) | 33.71º | 0.44% | 0.8% | - |
| XYZ | 40.94 | 40.46 | 21.57 | - |
| YUV | 169.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 114 | 0 | 0.19 | 0.44 | 0.20 | 33.71 | 0.46 | 0.62 |
| Hex | CB | A4 | 72 | 0 | 13 | 2C | 14 | 22 | 2E | 3E |
| Octal | 313 | 244 | 162 | 0 | 23 | 54 | 24 | 42 | 56 | 76 |
| Binary | 11001011 | 10100100 | 1110010 | 0 | 10011 | 101100 | 10100 | 100010 | 101110 | 111110 |
Color Harmonies of #CBA472
Complementary color
Monochromatic Colors of #CBA472
Black with #CBA472
Text Example
Text Example
White with #CBA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA472; }
p { color: rgb(203,164,114); }
H1.HeaderClassName
{
color: #CBA472;
}
.AnyTagClassName
{
color: #CBA472;
}
</style>
background-color css
<style>
a { background-color: #CBA472; }
a { background-color: rgb(203,164,114); }
div.DivClassName
{
background-color: #CBA472;
}
.BgClassName
{
background-color: #CBA472;
}
</style>
border-color css
<style>
span { border-color: #CBA472; }
span { border-color: rgb(203,164,114); }
td.TdClassName
{
border-color: #CBA472;
}
.TagClassName
{
border-color: #CBA472;
}
</style>