Shades of Putty #CDB373
Tints of Putty #CDB373
RGB
CMYK
RGB Variations
Color information
#CDB373 (or 0xCDB373) is known color: Putty. HEX triplet: CD, B3 and 73. RGB value is (205,179,115). Sum of RGB (Red+Green+Blue) = 205+179+115=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB373 is #324C8C. Grayscale: #B3B3B3. Windows color (decimal): -3296397 or 7582669. OLE color: 7582669.
HSL color Cylindrical-coordinate representation of color #CDB373: hue angle of 42.67º 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 #CDB373 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 115 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.20 |
| HSL | 42.67º | 0.47% | 0.63% | - |
| HSV(B) | 42.67º | 0.44% | 0.8% | - |
| XYZ | 44.39 | 46.46 | 22.85 | - |
| YUV | 179.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 115 | 0 | 0.13 | 0.44 | 0.20 | 42.67 | 0.47 | 0.63 |
| Hex | CD | B3 | 73 | 0 | D | 2C | 14 | 2B | 2F | 3F |
| Octal | 315 | 263 | 163 | 0 | 15 | 54 | 24 | 53 | 57 | 77 |
| Binary | 11001101 | 10110011 | 1110011 | 0 | 1101 | 101100 | 10100 | 101011 | 101111 | 111111 |
Color Harmonies of #CDB373
Complementary color
Monochromatic Colors of #CDB373
Black with #CDB373
Text Example
Text Example
White with #CDB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB373; }
p { color: rgb(205,179,115); }
H1.HeaderClassName
{
color: #CDB373;
}
.AnyTagClassName
{
color: #CDB373;
}
</style>
background-color css
<style>
a { background-color: #CDB373; }
a { background-color: rgb(205,179,115); }
div.DivClassName
{
background-color: #CDB373;
}
.BgClassName
{
background-color: #CDB373;
}
</style>
border-color css
<style>
span { border-color: #CDB373; }
span { border-color: rgb(205,179,115); }
td.TdClassName
{
border-color: #CDB373;
}
.TagClassName
{
border-color: #CDB373;
}
</style>