Shades of Putty #CBAD7D
Tints of Putty #CBAD7D
RGB
CMYK
RGB Variations
Color information
#CBAD7D (or 0xCBAD7D) is known color: Putty. HEX triplet: CB, AD and 7D. RGB value is (203,173,125). Sum of RGB (Red+Green+Blue) = 203+173+125=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD7D is #345282. Grayscale: #B0B0B0. Windows color (decimal): -3428995 or 8236491. OLE color: 8236491.
HSL color Cylindrical-coordinate representation of color #CBAD7D: hue angle of 36.92º 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 #CBAD7D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 125 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.20 |
| HSL | 36.92º | 0.43% | 0.64% | - |
| HSV(B) | 36.92º | 0.38% | 0.8% | - |
| XYZ | 43.27 | 44.06 | 25.63 | - |
| YUV | 176.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 125 | 0 | 0.15 | 0.38 | 0.20 | 36.92 | 0.43 | 0.64 |
| Hex | CB | AD | 7D | 0 | F | 26 | 14 | 25 | 2B | 40 |
| Octal | 313 | 255 | 175 | 0 | 17 | 46 | 24 | 45 | 53 | 100 |
| Binary | 11001011 | 10101101 | 1111101 | 0 | 1111 | 100110 | 10100 | 100101 | 101011 | 1000000 |
Color Harmonies of #CBAD7D
Complementary color
Monochromatic Colors of #CBAD7D
Black with #CBAD7D
Text Example
Text Example
White with #CBAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD7D; }
p { color: rgb(203,173,125); }
H1.HeaderClassName
{
color: #CBAD7D;
}
.AnyTagClassName
{
color: #CBAD7D;
}
</style>
background-color css
<style>
a { background-color: #CBAD7D; }
a { background-color: rgb(203,173,125); }
div.DivClassName
{
background-color: #CBAD7D;
}
.BgClassName
{
background-color: #CBAD7D;
}
</style>
border-color css
<style>
span { border-color: #CBAD7D; }
span { border-color: rgb(203,173,125); }
td.TdClassName
{
border-color: #CBAD7D;
}
.TagClassName
{
border-color: #CBAD7D;
}
</style>