Shades of Putty #CBAC7D
Tints of Putty #CBAC7D
RGB
CMYK
RGB Variations
Color information
#CBAC7D (or 0xCBAC7D) is known color: Putty. HEX triplet: CB, AC and 7D. RGB value is (203,172,125). Sum of RGB (Red+Green+Blue) = 203+172+125=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC7D is #345382. Grayscale: #B0B0B0. Windows color (decimal): -3429251 or 8236235. OLE color: 8236235.
HSL color Cylindrical-coordinate representation of color #CBAC7D: hue angle of 36.15º 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 #CBAC7D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 125 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.20 |
| HSL | 36.15º | 0.43% | 0.64% | - |
| HSV(B) | 36.15º | 0.38% | 0.8% | - |
| XYZ | 43.08 | 43.68 | 25.56 | - |
| YUV | 175.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 125 | 0 | 0.15 | 0.38 | 0.20 | 36.15 | 0.43 | 0.64 |
| Hex | CB | AC | 7D | 0 | F | 26 | 14 | 24 | 2B | 40 |
| Octal | 313 | 254 | 175 | 0 | 17 | 46 | 24 | 44 | 53 | 100 |
| Binary | 11001011 | 10101100 | 1111101 | 0 | 1111 | 100110 | 10100 | 100100 | 101011 | 1000000 |
Color Harmonies of #CBAC7D
Complementary color
Monochromatic Colors of #CBAC7D
Black with #CBAC7D
Text Example
Text Example
White with #CBAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC7D; }
p { color: rgb(203,172,125); }
H1.HeaderClassName
{
color: #CBAC7D;
}
.AnyTagClassName
{
color: #CBAC7D;
}
</style>
background-color css
<style>
a { background-color: #CBAC7D; }
a { background-color: rgb(203,172,125); }
div.DivClassName
{
background-color: #CBAC7D;
}
.BgClassName
{
background-color: #CBAC7D;
}
</style>
border-color css
<style>
span { border-color: #CBAC7D; }
span { border-color: rgb(203,172,125); }
td.TdClassName
{
border-color: #CBAC7D;
}
.TagClassName
{
border-color: #CBAC7D;
}
</style>