Shades of Putty #CBA672
Tints of Putty #CBA672
RGB
CMYK
RGB Variations
Color information
#CBA672 (or 0xCBA672) is known color: Putty. HEX triplet: CB, A6 and 72. RGB value is (203,166,114). Sum of RGB (Red+Green+Blue) = 203+166+114=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA672 is #34598D. Grayscale: #ABABAB. Windows color (decimal): -3430798 or 7513803. OLE color: 7513803.
HSL color Cylindrical-coordinate representation of color #CBA672: hue angle of 35.06º 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 #CBA672 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 114 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.20 |
| HSL | 35.06º | 0.46% | 0.62% | - |
| HSV(B) | 35.06º | 0.44% | 0.8% | - |
| XYZ | 41.3 | 41.18 | 21.69 | - |
| YUV | 171.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 114 | 0 | 0.18 | 0.44 | 0.20 | 35.06 | 0.46 | 0.62 |
| Hex | CB | A6 | 72 | 0 | 12 | 2C | 14 | 23 | 2E | 3E |
| Octal | 313 | 246 | 162 | 0 | 22 | 54 | 24 | 43 | 56 | 76 |
| Binary | 11001011 | 10100110 | 1110010 | 0 | 10010 | 101100 | 10100 | 100011 | 101110 | 111110 |
Color Harmonies of #CBA672
Complementary color
Monochromatic Colors of #CBA672
Black with #CBA672
Text Example
Text Example
White with #CBA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA672; }
p { color: rgb(203,166,114); }
H1.HeaderClassName
{
color: #CBA672;
}
.AnyTagClassName
{
color: #CBA672;
}
</style>
background-color css
<style>
a { background-color: #CBA672; }
a { background-color: rgb(203,166,114); }
div.DivClassName
{
background-color: #CBA672;
}
.BgClassName
{
background-color: #CBA672;
}
</style>
border-color css
<style>
span { border-color: #CBA672; }
span { border-color: rgb(203,166,114); }
td.TdClassName
{
border-color: #CBA672;
}
.TagClassName
{
border-color: #CBA672;
}
</style>