Shades of Putty #CBAF73
Tints of Putty #CBAF73
RGB
CMYK
RGB Variations
Color information
#CBAF73 (or 0xCBAF73) is known color: Putty. HEX triplet: CB, AF and 73. RGB value is (203,175,115). Sum of RGB (Red+Green+Blue) = 203+175+115=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF73 is #34508C. Grayscale: #B0B0B0. Windows color (decimal): -3428493 or 7581643. OLE color: 7581643.
HSL color Cylindrical-coordinate representation of color #CBAF73: hue angle of 40.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBAF73 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 115 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.20 |
| HSL | 40.91º | 0.46% | 0.62% | - |
| HSV(B) | 40.91º | 0.43% | 0.8% | - |
| XYZ | 43.05 | 44.59 | 22.56 | - |
| YUV | 176.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 115 | 0 | 0.14 | 0.43 | 0.20 | 40.91 | 0.46 | 0.62 |
| Hex | CB | AF | 73 | 0 | E | 2B | 14 | 29 | 2E | 3E |
| Octal | 313 | 257 | 163 | 0 | 16 | 53 | 24 | 51 | 56 | 76 |
| Binary | 11001011 | 10101111 | 1110011 | 0 | 1110 | 101011 | 10100 | 101001 | 101110 | 111110 |
Color Harmonies of #CBAF73
Complementary color
Monochromatic Colors of #CBAF73
Black with #CBAF73
Text Example
Text Example
White with #CBAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF73; }
p { color: rgb(203,175,115); }
H1.HeaderClassName
{
color: #CBAF73;
}
.AnyTagClassName
{
color: #CBAF73;
}
</style>
background-color css
<style>
a { background-color: #CBAF73; }
a { background-color: rgb(203,175,115); }
div.DivClassName
{
background-color: #CBAF73;
}
.BgClassName
{
background-color: #CBAF73;
}
</style>
border-color css
<style>
span { border-color: #CBAF73; }
span { border-color: rgb(203,175,115); }
td.TdClassName
{
border-color: #CBAF73;
}
.TagClassName
{
border-color: #CBAF73;
}
</style>