Shades of Putty #CBAF71
Tints of Putty #CBAF71
RGB
CMYK
RGB Variations
Color information
#CBAF71 (or 0xCBAF71) is known color: Putty. HEX triplet: CB, AF and 71. RGB value is (203,175,113). Sum of RGB (Red+Green+Blue) = 203+175+113=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF71 is #34508E. Grayscale: #B0B0B0. Windows color (decimal): -3428495 or 7450571. OLE color: 7450571.
HSL color Cylindrical-coordinate representation of color #CBAF71: hue angle of 41.33º 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 #CBAF71 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 113 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.20 |
| HSL | 41.33º | 0.46% | 0.62% | - |
| HSV(B) | 41.33º | 0.44% | 0.8% | - |
| XYZ | 42.94 | 44.55 | 21.96 | - |
| YUV | 176.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 113 | 0 | 0.14 | 0.44 | 0.20 | 41.33 | 0.46 | 0.62 |
| Hex | CB | AF | 71 | 0 | E | 2C | 14 | 29 | 2E | 3E |
| Octal | 313 | 257 | 161 | 0 | 16 | 54 | 24 | 51 | 56 | 76 |
| Binary | 11001011 | 10101111 | 1110001 | 0 | 1110 | 101100 | 10100 | 101001 | 101110 | 111110 |
Color Harmonies of #CBAF71
Complementary color
Monochromatic Colors of #CBAF71
Black with #CBAF71
Text Example
Text Example
White with #CBAF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF71; }
p { color: rgb(203,175,113); }
H1.HeaderClassName
{
color: #CBAF71;
}
.AnyTagClassName
{
color: #CBAF71;
}
</style>
background-color css
<style>
a { background-color: #CBAF71; }
a { background-color: rgb(203,175,113); }
div.DivClassName
{
background-color: #CBAF71;
}
.BgClassName
{
background-color: #CBAF71;
}
</style>
border-color css
<style>
span { border-color: #CBAF71; }
span { border-color: rgb(203,175,113); }
td.TdClassName
{
border-color: #CBAF71;
}
.TagClassName
{
border-color: #CBAF71;
}
</style>