Shades of Putty #CBA675
Tints of Putty #CBA675
RGB
CMYK
RGB Variations
Color information
#CBA675 (or 0xCBA675) is known color: Putty. HEX triplet: CB, A6 and 75. RGB value is (203,166,117). Sum of RGB (Red+Green+Blue) = 203+166+117=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA675 is #34598A. Grayscale: #ABABAB. Windows color (decimal): -3430795 or 7710411. OLE color: 7710411.
HSL color Cylindrical-coordinate representation of color #CBA675: hue angle of 34.19º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBA675 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 117 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.20 |
| HSL | 34.19º | 0.45% | 0.63% | - |
| HSV(B) | 34.19º | 0.42% | 0.8% | - |
| XYZ | 41.48 | 41.25 | 22.61 | - |
| YUV | 171.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 117 | 0 | 0.18 | 0.42 | 0.20 | 34.19 | 0.45 | 0.63 |
| Hex | CB | A6 | 75 | 0 | 12 | 2A | 14 | 22 | 2D | 3F |
| Octal | 313 | 246 | 165 | 0 | 22 | 52 | 24 | 42 | 55 | 77 |
| Binary | 11001011 | 10100110 | 1110101 | 0 | 10010 | 101010 | 10100 | 100010 | 101101 | 111111 |
Color Harmonies of #CBA675
Complementary color
Monochromatic Colors of #CBA675
Black with #CBA675
Text Example
Text Example
White with #CBA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA675; }
p { color: rgb(203,166,117); }
H1.HeaderClassName
{
color: #CBA675;
}
.AnyTagClassName
{
color: #CBA675;
}
</style>
background-color css
<style>
a { background-color: #CBA675; }
a { background-color: rgb(203,166,117); }
div.DivClassName
{
background-color: #CBA675;
}
.BgClassName
{
background-color: #CBA675;
}
</style>
border-color css
<style>
span { border-color: #CBA675; }
span { border-color: rgb(203,166,117); }
td.TdClassName
{
border-color: #CBA675;
}
.TagClassName
{
border-color: #CBA675;
}
</style>