Shades of Putty #CDB173
Tints of Putty #CDB173
RGB
CMYK
RGB Variations
Color information
#CDB173 (or 0xCDB173) is known color: Putty. HEX triplet: CD, B1 and 73. RGB value is (205,177,115). Sum of RGB (Red+Green+Blue) = 205+177+115=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB173 is #324E8C. Grayscale: #B2B2B2. Windows color (decimal): -3296909 or 7582157. OLE color: 7582157.
HSL color Cylindrical-coordinate representation of color #CDB173: hue angle of 41.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDB173 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 115 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.20 |
| HSL | 41.33º | 0.47% | 0.63% | - |
| HSV(B) | 41.33º | 0.44% | 0.8% | - |
| XYZ | 43.99 | 45.66 | 22.71 | - |
| YUV | 178.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 115 | 0 | 0.14 | 0.44 | 0.20 | 41.33 | 0.47 | 0.63 |
| Hex | CD | B1 | 73 | 0 | E | 2C | 14 | 29 | 2F | 3F |
| Octal | 315 | 261 | 163 | 0 | 16 | 54 | 24 | 51 | 57 | 77 |
| Binary | 11001101 | 10110001 | 1110011 | 0 | 1110 | 101100 | 10100 | 101001 | 101111 | 111111 |
Color Harmonies of #CDB173
Complementary color
Monochromatic Colors of #CDB173
Black with #CDB173
Text Example
Text Example
White with #CDB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB173; }
p { color: rgb(205,177,115); }
H1.HeaderClassName
{
color: #CDB173;
}
.AnyTagClassName
{
color: #CDB173;
}
</style>
background-color css
<style>
a { background-color: #CDB173; }
a { background-color: rgb(205,177,115); }
div.DivClassName
{
background-color: #CDB173;
}
.BgClassName
{
background-color: #CDB173;
}
</style>
border-color css
<style>
span { border-color: #CDB173; }
span { border-color: rgb(205,177,115); }
td.TdClassName
{
border-color: #CDB173;
}
.TagClassName
{
border-color: #CDB173;
}
</style>