Shades of Putty #CBAD7C
Tints of Putty #CBAD7C
RGB
CMYK
RGB Variations
Color information
#CBAD7C (or 0xCBAD7C) is known color: Putty. HEX triplet: CB, AD and 7C. RGB value is (203,173,124). Sum of RGB (Red+Green+Blue) = 203+173+124=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD7C is #345283. Grayscale: #B0B0B0. Windows color (decimal): -3428996 or 8170955. OLE color: 8170955.
HSL color Cylindrical-coordinate representation of color #CBAD7C: hue angle of 37.22º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBAD7C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 124 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.20 |
| HSL | 37.22º | 0.43% | 0.64% | - |
| HSV(B) | 37.22º | 0.39% | 0.8% | - |
| XYZ | 43.21 | 44.04 | 25.29 | - |
| YUV | 176.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 124 | 0 | 0.15 | 0.39 | 0.20 | 37.22 | 0.43 | 0.64 |
| Hex | CB | AD | 7C | 0 | F | 27 | 14 | 25 | 2B | 40 |
| Octal | 313 | 255 | 174 | 0 | 17 | 47 | 24 | 45 | 53 | 100 |
| Binary | 11001011 | 10101101 | 1111100 | 0 | 1111 | 100111 | 10100 | 100101 | 101011 | 1000000 |
Color Harmonies of #CBAD7C
Complementary color
Monochromatic Colors of #CBAD7C
Black with #CBAD7C
Text Example
Text Example
White with #CBAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD7C; }
p { color: rgb(203,173,124); }
H1.HeaderClassName
{
color: #CBAD7C;
}
.AnyTagClassName
{
color: #CBAD7C;
}
</style>
background-color css
<style>
a { background-color: #CBAD7C; }
a { background-color: rgb(203,173,124); }
div.DivClassName
{
background-color: #CBAD7C;
}
.BgClassName
{
background-color: #CBAD7C;
}
</style>
border-color css
<style>
span { border-color: #CBAD7C; }
span { border-color: rgb(203,173,124); }
td.TdClassName
{
border-color: #CBAD7C;
}
.TagClassName
{
border-color: #CBAD7C;
}
</style>