Shades of Putty #CBAE74
Tints of Putty #CBAE74
RGB
CMYK
RGB Variations
Color information
#CBAE74 (or 0xCBAE74) is known color: Putty. HEX triplet: CB, AE and 74. RGB value is (203,174,116). Sum of RGB (Red+Green+Blue) = 203+174+116=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE74 is #34518B. Grayscale: #B0B0B0. Windows color (decimal): -3428748 or 7646923. OLE color: 7646923.
HSL color Cylindrical-coordinate representation of color #CBAE74: hue angle of 40º 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 #CBAE74 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 116 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.20 |
| HSL | 40º | 0.46% | 0.63% | - |
| HSV(B) | 40º | 0.43% | 0.8% | - |
| XYZ | 42.92 | 44.23 | 22.8 | - |
| YUV | 176.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 116 | 0 | 0.14 | 0.43 | 0.20 | 40 | 0.46 | 0.63 |
| Hex | CB | AE | 74 | 0 | E | 2B | 14 | 28 | 2E | 3F |
| Octal | 313 | 256 | 164 | 0 | 16 | 53 | 24 | 50 | 56 | 77 |
| Binary | 11001011 | 10101110 | 1110100 | 0 | 1110 | 101011 | 10100 | 101000 | 101110 | 111111 |
Color Harmonies of #CBAE74
Complementary color
Monochromatic Colors of #CBAE74
Black with #CBAE74
Text Example
Text Example
White with #CBAE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE74; }
p { color: rgb(203,174,116); }
H1.HeaderClassName
{
color: #CBAE74;
}
.AnyTagClassName
{
color: #CBAE74;
}
</style>
background-color css
<style>
a { background-color: #CBAE74; }
a { background-color: rgb(203,174,116); }
div.DivClassName
{
background-color: #CBAE74;
}
.BgClassName
{
background-color: #CBAE74;
}
</style>
border-color css
<style>
span { border-color: #CBAE74; }
span { border-color: rgb(203,174,116); }
td.TdClassName
{
border-color: #CBAE74;
}
.TagClassName
{
border-color: #CBAE74;
}
</style>