Shades of Putty #CBAE73
Tints of Putty #CBAE73
RGB
CMYK
RGB Variations
Color information
#CBAE73 (or 0xCBAE73) is known color: Putty. HEX triplet: CB, AE and 73. RGB value is (203,174,115). Sum of RGB (Red+Green+Blue) = 203+174+115=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE73 is #34518C. Grayscale: #B0B0B0. Windows color (decimal): -3428749 or 7581387. OLE color: 7581387.
HSL color Cylindrical-coordinate representation of color #CBAE73: hue angle of 40.23º 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 #CBAE73 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 115 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.20 |
| HSL | 40.23º | 0.46% | 0.62% | - |
| HSV(B) | 40.23º | 0.43% | 0.8% | - |
| XYZ | 42.86 | 44.21 | 22.49 | - |
| YUV | 175.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 115 | 0 | 0.14 | 0.43 | 0.20 | 40.23 | 0.46 | 0.62 |
| Hex | CB | AE | 73 | 0 | E | 2B | 14 | 28 | 2E | 3E |
| Octal | 313 | 256 | 163 | 0 | 16 | 53 | 24 | 50 | 56 | 76 |
| Binary | 11001011 | 10101110 | 1110011 | 0 | 1110 | 101011 | 10100 | 101000 | 101110 | 111110 |
Color Harmonies of #CBAE73
Complementary color
Monochromatic Colors of #CBAE73
Black with #CBAE73
Text Example
Text Example
White with #CBAE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE73; }
p { color: rgb(203,174,115); }
H1.HeaderClassName
{
color: #CBAE73;
}
.AnyTagClassName
{
color: #CBAE73;
}
</style>
background-color css
<style>
a { background-color: #CBAE73; }
a { background-color: rgb(203,174,115); }
div.DivClassName
{
background-color: #CBAE73;
}
.BgClassName
{
background-color: #CBAE73;
}
</style>
border-color css
<style>
span { border-color: #CBAE73; }
span { border-color: rgb(203,174,115); }
td.TdClassName
{
border-color: #CBAE73;
}
.TagClassName
{
border-color: #CBAE73;
}
</style>