Shades of Putty #CBAF72
Tints of Putty #CBAF72
RGB
CMYK
RGB Variations
Color information
#CBAF72 (or 0xCBAF72) is known color: Putty. HEX triplet: CB, AF and 72. RGB value is (203,175,114). Sum of RGB (Red+Green+Blue) = 203+175+114=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF72 is #34508D. Grayscale: #B0B0B0. Windows color (decimal): -3428494 or 7516107. OLE color: 7516107.
HSL color Cylindrical-coordinate representation of color #CBAF72: hue angle of 41.12º 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 #CBAF72 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 114 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.20 |
| HSL | 41.12º | 0.46% | 0.62% | - |
| HSV(B) | 41.12º | 0.44% | 0.8% | - |
| XYZ | 43 | 44.57 | 22.26 | - |
| YUV | 176.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 114 | 0 | 0.14 | 0.44 | 0.20 | 41.12 | 0.46 | 0.62 |
| Hex | CB | AF | 72 | 0 | E | 2C | 14 | 29 | 2E | 3E |
| Octal | 313 | 257 | 162 | 0 | 16 | 54 | 24 | 51 | 56 | 76 |
| Binary | 11001011 | 10101111 | 1110010 | 0 | 1110 | 101100 | 10100 | 101001 | 101110 | 111110 |
Color Harmonies of #CBAF72
Complementary color
Monochromatic Colors of #CBAF72
Black with #CBAF72
Text Example
Text Example
White with #CBAF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF72; }
p { color: rgb(203,175,114); }
H1.HeaderClassName
{
color: #CBAF72;
}
.AnyTagClassName
{
color: #CBAF72;
}
</style>
background-color css
<style>
a { background-color: #CBAF72; }
a { background-color: rgb(203,175,114); }
div.DivClassName
{
background-color: #CBAF72;
}
.BgClassName
{
background-color: #CBAF72;
}
</style>
border-color css
<style>
span { border-color: #CBAF72; }
span { border-color: rgb(203,175,114); }
td.TdClassName
{
border-color: #CBAF72;
}
.TagClassName
{
border-color: #CBAF72;
}
</style>