Shades of Putty #CBAE6F
Tints of Putty #CBAE6F
RGB
CMYK
RGB Variations
Color information
#CBAE6F (or 0xCBAE6F) is known color: Putty. HEX triplet: CB, AE and 6F. RGB value is (203,174,111). Sum of RGB (Red+Green+Blue) = 203+174+111=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE6F is #345190. Grayscale: #AFAFAF. Windows color (decimal): -3428753 or 7319243. OLE color: 7319243.
HSL color Cylindrical-coordinate representation of color #CBAE6F: hue angle of 41.09º 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 #CBAE6F is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 111 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.20 |
| HSL | 41.09º | 0.47% | 0.62% | - |
| HSV(B) | 41.09º | 0.45% | 0.8% | - |
| XYZ | 42.63 | 44.12 | 21.31 | - |
| YUV | 175.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 111 | 0 | 0.14 | 0.45 | 0.20 | 41.09 | 0.47 | 0.62 |
| Hex | CB | AE | 6F | 0 | E | 2D | 14 | 29 | 2F | 3E |
| Octal | 313 | 256 | 157 | 0 | 16 | 55 | 24 | 51 | 57 | 76 |
| Binary | 11001011 | 10101110 | 1101111 | 0 | 1110 | 101101 | 10100 | 101001 | 101111 | 111110 |
Color Harmonies of #CBAE6F
Complementary color
Monochromatic Colors of #CBAE6F
Black with #CBAE6F
Text Example
Text Example
White with #CBAE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE6F; }
p { color: rgb(203,174,111); }
H1.HeaderClassName
{
color: #CBAE6F;
}
.AnyTagClassName
{
color: #CBAE6F;
}
</style>
background-color css
<style>
a { background-color: #CBAE6F; }
a { background-color: rgb(203,174,111); }
div.DivClassName
{
background-color: #CBAE6F;
}
.BgClassName
{
background-color: #CBAE6F;
}
</style>
border-color css
<style>
span { border-color: #CBAE6F; }
span { border-color: rgb(203,174,111); }
td.TdClassName
{
border-color: #CBAE6F;
}
.TagClassName
{
border-color: #CBAE6F;
}
</style>