Shades of Putty #CBAE7A
Tints of Putty #CBAE7A
RGB
CMYK
RGB Variations
Color information
#CBAE7A (or 0xCBAE7A) is known color: Putty. HEX triplet: CB, AE and 7A. RGB value is (203,174,122). Sum of RGB (Red+Green+Blue) = 203+174+122=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE7A is #345185. Grayscale: #B0B0B0. Windows color (decimal): -3428742 or 8040139. OLE color: 8040139.
HSL color Cylindrical-coordinate representation of color #CBAE7A: hue angle of 38.52º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBAE7A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 122 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.20 |
| HSL | 38.52º | 0.44% | 0.64% | - |
| HSV(B) | 38.52º | 0.4% | 0.8% | - |
| XYZ | 43.28 | 44.37 | 24.7 | - |
| YUV | 176.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 122 | 0 | 0.14 | 0.40 | 0.20 | 38.52 | 0.44 | 0.64 |
| Hex | CB | AE | 7A | 0 | E | 28 | 14 | 27 | 2C | 40 |
| Octal | 313 | 256 | 172 | 0 | 16 | 50 | 24 | 47 | 54 | 100 |
| Binary | 11001011 | 10101110 | 1111010 | 0 | 1110 | 101000 | 10100 | 100111 | 101100 | 1000000 |
Color Harmonies of #CBAE7A
Complementary color
Monochromatic Colors of #CBAE7A
Black with #CBAE7A
Text Example
Text Example
White with #CBAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE7A; }
p { color: rgb(203,174,122); }
H1.HeaderClassName
{
color: #CBAE7A;
}
.AnyTagClassName
{
color: #CBAE7A;
}
</style>
background-color css
<style>
a { background-color: #CBAE7A; }
a { background-color: rgb(203,174,122); }
div.DivClassName
{
background-color: #CBAE7A;
}
.BgClassName
{
background-color: #CBAE7A;
}
</style>
border-color css
<style>
span { border-color: #CBAE7A; }
span { border-color: rgb(203,174,122); }
td.TdClassName
{
border-color: #CBAE7A;
}
.TagClassName
{
border-color: #CBAE7A;
}
</style>