Shades of Putty #CBAE70
Tints of Putty #CBAE70
RGB
CMYK
RGB Variations
Color information
#CBAE70 (or 0xCBAE70) is known color: Putty. HEX triplet: CB, AE and 70. RGB value is (203,174,112). Sum of RGB (Red+Green+Blue) = 203+174+112=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE70 is #34518F. Grayscale: #AFAFAF. Windows color (decimal): -3428752 or 7384779. OLE color: 7384779.
HSL color Cylindrical-coordinate representation of color #CBAE70: hue angle of 40.88º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBAE70 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 112 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.20 |
| HSL | 40.88º | 0.47% | 0.62% | - |
| HSV(B) | 40.88º | 0.45% | 0.8% | - |
| XYZ | 42.69 | 44.14 | 21.6 | - |
| YUV | 175.6 | 92.11 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 112 | 0 | 0.14 | 0.45 | 0.20 | 40.88 | 0.47 | 0.62 |
| Hex | CB | AE | 70 | 0 | E | 2D | 14 | 29 | 2F | 3E |
| Octal | 313 | 256 | 160 | 0 | 16 | 55 | 24 | 51 | 57 | 76 |
| Binary | 11001011 | 10101110 | 1110000 | 0 | 1110 | 101101 | 10100 | 101001 | 101111 | 111110 |
Color Harmonies of #CBAE70
Complementary color
Monochromatic Colors of #CBAE70
Black with #CBAE70
Text Example
Text Example
White with #CBAE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE70; }
p { color: rgb(203,174,112); }
H1.HeaderClassName
{
color: #CBAE70;
}
.AnyTagClassName
{
color: #CBAE70;
}
</style>
background-color css
<style>
a { background-color: #CBAE70; }
a { background-color: rgb(203,174,112); }
div.DivClassName
{
background-color: #CBAE70;
}
.BgClassName
{
background-color: #CBAE70;
}
</style>
border-color css
<style>
span { border-color: #CBAE70; }
span { border-color: rgb(203,174,112); }
td.TdClassName
{
border-color: #CBAE70;
}
.TagClassName
{
border-color: #CBAE70;
}
</style>