Shades of Putty #CDB579
Tints of Putty #CDB579
RGB
CMYK
RGB Variations
Color information
#CDB579 (or 0xCDB579) is known color: Putty. HEX triplet: CD, B5 and 79. RGB value is (205,181,121). Sum of RGB (Red+Green+Blue) = 205+181+121=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB579 is #324A86. Grayscale: #B5B5B5. Windows color (decimal): -3295879 or 7976397. OLE color: 7976397.
HSL color Cylindrical-coordinate representation of color #CDB579: hue angle of 42.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDB579 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 121 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.20 |
| HSL | 42.86º | 0.46% | 0.64% | - |
| HSV(B) | 42.86º | 0.41% | 0.8% | - |
| XYZ | 45.15 | 47.41 | 24.86 | - |
| YUV | 181.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 121 | 0 | 0.12 | 0.41 | 0.20 | 42.86 | 0.46 | 0.64 |
| Hex | CD | B5 | 79 | 0 | C | 29 | 14 | 2B | 2E | 40 |
| Octal | 315 | 265 | 171 | 0 | 14 | 51 | 24 | 53 | 56 | 100 |
| Binary | 11001101 | 10110101 | 1111001 | 0 | 1100 | 101001 | 10100 | 101011 | 101110 | 1000000 |
Color Harmonies of #CDB579
Complementary color
Monochromatic Colors of #CDB579
Black with #CDB579
Text Example
Text Example
White with #CDB579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB579; }
p { color: rgb(205,181,121); }
H1.HeaderClassName
{
color: #CDB579;
}
.AnyTagClassName
{
color: #CDB579;
}
</style>
background-color css
<style>
a { background-color: #CDB579; }
a { background-color: rgb(205,181,121); }
div.DivClassName
{
background-color: #CDB579;
}
.BgClassName
{
background-color: #CDB579;
}
</style>
border-color css
<style>
span { border-color: #CDB579; }
span { border-color: rgb(205,181,121); }
td.TdClassName
{
border-color: #CDB579;
}
.TagClassName
{
border-color: #CDB579;
}
</style>