Shades of Putty #CBAE7D
Tints of Putty #CBAE7D
RGB
CMYK
RGB Variations
Color information
#CBAE7D (or 0xCBAE7D) is known color: Putty. HEX triplet: CB, AE and 7D. RGB value is (203,174,125). Sum of RGB (Red+Green+Blue) = 203+174+125=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE7D is #345182. Grayscale: #B1B1B1. Windows color (decimal): -3428739 or 8236747. OLE color: 8236747.
HSL color Cylindrical-coordinate representation of color #CBAE7D: hue angle of 37.69º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBAE7D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 125 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.20 |
| HSL | 37.69º | 0.43% | 0.64% | - |
| HSV(B) | 37.69º | 0.38% | 0.8% | - |
| XYZ | 43.47 | 44.45 | 25.69 | - |
| YUV | 177.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 125 | 0 | 0.14 | 0.38 | 0.20 | 37.69 | 0.43 | 0.64 |
| Hex | CB | AE | 7D | 0 | E | 26 | 14 | 26 | 2B | 40 |
| Octal | 313 | 256 | 175 | 0 | 16 | 46 | 24 | 46 | 53 | 100 |
| Binary | 11001011 | 10101110 | 1111101 | 0 | 1110 | 100110 | 10100 | 100110 | 101011 | 1000000 |
Color Harmonies of #CBAE7D
Complementary color
Monochromatic Colors of #CBAE7D
Black with #CBAE7D
Text Example
Text Example
White with #CBAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE7D; }
p { color: rgb(203,174,125); }
H1.HeaderClassName
{
color: #CBAE7D;
}
.AnyTagClassName
{
color: #CBAE7D;
}
</style>
background-color css
<style>
a { background-color: #CBAE7D; }
a { background-color: rgb(203,174,125); }
div.DivClassName
{
background-color: #CBAE7D;
}
.BgClassName
{
background-color: #CBAE7D;
}
</style>
border-color css
<style>
span { border-color: #CBAE7D; }
span { border-color: rgb(203,174,125); }
td.TdClassName
{
border-color: #CBAE7D;
}
.TagClassName
{
border-color: #CBAE7D;
}
</style>