Shades of Putty #CDB773
Tints of Putty #CDB773
RGB
CMYK
RGB Variations
Color information
#CDB773 (or 0xCDB773) is known color: Putty. HEX triplet: CD, B7 and 73. RGB value is (205,183,115). Sum of RGB (Red+Green+Blue) = 205+183+115=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB773 is #32488C. Grayscale: #B6B6B6. Windows color (decimal): -3295373 or 7583693. OLE color: 7583693.
HSL color Cylindrical-coordinate representation of color #CDB773: hue angle of 45.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 #CDB773 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 115 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.20 |
| HSL | 45.33º | 0.47% | 0.63% | - |
| HSV(B) | 45.33º | 0.44% | 0.8% | - |
| XYZ | 45.2 | 48.08 | 23.12 | - |
| YUV | 181.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 115 | 0 | 0.11 | 0.44 | 0.20 | 45.33 | 0.47 | 0.63 |
| Hex | CD | B7 | 73 | 0 | B | 2C | 14 | 2D | 2F | 3F |
| Octal | 315 | 267 | 163 | 0 | 13 | 54 | 24 | 55 | 57 | 77 |
| Binary | 11001101 | 10110111 | 1110011 | 0 | 1011 | 101100 | 10100 | 101101 | 101111 | 111111 |
Color Harmonies of #CDB773
Complementary color
Monochromatic Colors of #CDB773
Black with #CDB773
Text Example
Text Example
White with #CDB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB773; }
p { color: rgb(205,183,115); }
H1.HeaderClassName
{
color: #CDB773;
}
.AnyTagClassName
{
color: #CDB773;
}
</style>
background-color css
<style>
a { background-color: #CDB773; }
a { background-color: rgb(205,183,115); }
div.DivClassName
{
background-color: #CDB773;
}
.BgClassName
{
background-color: #CDB773;
}
</style>
border-color css
<style>
span { border-color: #CDB773; }
span { border-color: rgb(205,183,115); }
td.TdClassName
{
border-color: #CDB773;
}
.TagClassName
{
border-color: #CDB773;
}
</style>