Shades of Putty #CBAF74
Tints of Putty #CBAF74
RGB
CMYK
RGB Variations
Color information
#CBAF74 (or 0xCBAF74) is known color: Putty. HEX triplet: CB, AF and 74. RGB value is (203,175,116). Sum of RGB (Red+Green+Blue) = 203+175+116=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF74 is #34508B. Grayscale: #B0B0B0. Windows color (decimal): -3428492 or 7647179. OLE color: 7647179.
HSL color Cylindrical-coordinate representation of color #CBAF74: hue angle of 40.69º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBAF74 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 116 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.20 |
| HSL | 40.69º | 0.46% | 0.63% | - |
| HSV(B) | 40.69º | 0.43% | 0.8% | - |
| XYZ | 43.11 | 44.62 | 22.86 | - |
| YUV | 176.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 116 | 0 | 0.14 | 0.43 | 0.20 | 40.69 | 0.46 | 0.63 |
| Hex | CB | AF | 74 | 0 | E | 2B | 14 | 29 | 2E | 3F |
| Octal | 313 | 257 | 164 | 0 | 16 | 53 | 24 | 51 | 56 | 77 |
| Binary | 11001011 | 10101111 | 1110100 | 0 | 1110 | 101011 | 10100 | 101001 | 101110 | 111111 |
Color Harmonies of #CBAF74
Complementary color
Monochromatic Colors of #CBAF74
Black with #CBAF74
Text Example
Text Example
White with #CBAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF74; }
p { color: rgb(203,175,116); }
H1.HeaderClassName
{
color: #CBAF74;
}
.AnyTagClassName
{
color: #CBAF74;
}
</style>
background-color css
<style>
a { background-color: #CBAF74; }
a { background-color: rgb(203,175,116); }
div.DivClassName
{
background-color: #CBAF74;
}
.BgClassName
{
background-color: #CBAF74;
}
</style>
border-color css
<style>
span { border-color: #CBAF74; }
span { border-color: rgb(203,175,116); }
td.TdClassName
{
border-color: #CBAF74;
}
.TagClassName
{
border-color: #CBAF74;
}
</style>