Shades of Putty #CBAE6D
Tints of Putty #CBAE6D
RGB
CMYK
RGB Variations
Color information
#CBAE6D (or 0xCBAE6D) is known color: Putty. HEX triplet: CB, AE and 6D. RGB value is (203,174,109). Sum of RGB (Red+Green+Blue) = 203+174+109=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE6D is #345192. Grayscale: #AFAFAF. Windows color (decimal): -3428755 or 7188171. OLE color: 7188171.
HSL color Cylindrical-coordinate representation of color #CBAE6D: hue angle of 41.49º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBAE6D is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 109 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.20 |
| HSL | 41.49º | 0.47% | 0.61% | - |
| HSV(B) | 41.49º | 0.46% | 0.8% | - |
| XYZ | 42.52 | 44.07 | 20.73 | - |
| YUV | 175.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 109 | 0 | 0.14 | 0.46 | 0.20 | 41.49 | 0.47 | 0.61 |
| Hex | CB | AE | 6D | 0 | E | 2E | 14 | 29 | 2F | 3D |
| Octal | 313 | 256 | 155 | 0 | 16 | 56 | 24 | 51 | 57 | 75 |
| Binary | 11001011 | 10101110 | 1101101 | 0 | 1110 | 101110 | 10100 | 101001 | 101111 | 111101 |
Color Harmonies of #CBAE6D
Complementary color
Monochromatic Colors of #CBAE6D
Black with #CBAE6D
Text Example
Text Example
White with #CBAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE6D; }
p { color: rgb(203,174,109); }
H1.HeaderClassName
{
color: #CBAE6D;
}
.AnyTagClassName
{
color: #CBAE6D;
}
</style>
background-color css
<style>
a { background-color: #CBAE6D; }
a { background-color: rgb(203,174,109); }
div.DivClassName
{
background-color: #CBAE6D;
}
.BgClassName
{
background-color: #CBAE6D;
}
</style>
border-color css
<style>
span { border-color: #CBAE6D; }
span { border-color: rgb(203,174,109); }
td.TdClassName
{
border-color: #CBAE6D;
}
.TagClassName
{
border-color: #CBAE6D;
}
</style>