Shades of Putty #CBAD7A
Tints of Putty #CBAD7A
RGB
CMYK
RGB Variations
Color information
#CBAD7A (or 0xCBAD7A) is known color: Putty. HEX triplet: CB, AD and 7A. RGB value is (203,173,122). Sum of RGB (Red+Green+Blue) = 203+173+122=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD7A is #345285. Grayscale: #B0B0B0. Windows color (decimal): -3428998 or 8039883. OLE color: 8039883.
HSL color Cylindrical-coordinate representation of color #CBAD7A: hue angle of 37.78º 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 #CBAD7A is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 122 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.20 |
| HSL | 37.78º | 0.44% | 0.64% | - |
| HSV(B) | 37.78º | 0.4% | 0.8% | - |
| XYZ | 43.09 | 43.99 | 24.63 | - |
| YUV | 176.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 122 | 0 | 0.15 | 0.40 | 0.20 | 37.78 | 0.44 | 0.64 |
| Hex | CB | AD | 7A | 0 | F | 28 | 14 | 26 | 2C | 40 |
| Octal | 313 | 255 | 172 | 0 | 17 | 50 | 24 | 46 | 54 | 100 |
| Binary | 11001011 | 10101101 | 1111010 | 0 | 1111 | 101000 | 10100 | 100110 | 101100 | 1000000 |
Color Harmonies of #CBAD7A
Complementary color
Monochromatic Colors of #CBAD7A
Black with #CBAD7A
Text Example
Text Example
White with #CBAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD7A; }
p { color: rgb(203,173,122); }
H1.HeaderClassName
{
color: #CBAD7A;
}
.AnyTagClassName
{
color: #CBAD7A;
}
</style>
background-color css
<style>
a { background-color: #CBAD7A; }
a { background-color: rgb(203,173,122); }
div.DivClassName
{
background-color: #CBAD7A;
}
.BgClassName
{
background-color: #CBAD7A;
}
</style>
border-color css
<style>
span { border-color: #CBAD7A; }
span { border-color: rgb(203,173,122); }
td.TdClassName
{
border-color: #CBAD7A;
}
.TagClassName
{
border-color: #CBAD7A;
}
</style>