Shades of Putty #CDB474
Tints of Putty #CDB474
RGB
CMYK
RGB Variations
Color information
#CDB474 (or 0xCDB474) is known color: Putty. HEX triplet: CD, B4 and 74. RGB value is (205,180,116). Sum of RGB (Red+Green+Blue) = 205+180+116=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB474 is #324B8B. Grayscale: #B4B4B4. Windows color (decimal): -3296140 or 7648461. OLE color: 7648461.
HSL color Cylindrical-coordinate representation of color #CDB474: hue angle of 43.15º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDB474 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 116 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.20 |
| HSL | 43.15º | 0.47% | 0.63% | - |
| HSV(B) | 43.15º | 0.43% | 0.8% | - |
| XYZ | 44.65 | 46.88 | 23.22 | - |
| YUV | 180.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 116 | 0 | 0.12 | 0.43 | 0.20 | 43.15 | 0.47 | 0.63 |
| Hex | CD | B4 | 74 | 0 | C | 2B | 14 | 2B | 2F | 3F |
| Octal | 315 | 264 | 164 | 0 | 14 | 53 | 24 | 53 | 57 | 77 |
| Binary | 11001101 | 10110100 | 1110100 | 0 | 1100 | 101011 | 10100 | 101011 | 101111 | 111111 |
Color Harmonies of #CDB474
Complementary color
Monochromatic Colors of #CDB474
Black with #CDB474
Text Example
Text Example
White with #CDB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB474; }
p { color: rgb(205,180,116); }
H1.HeaderClassName
{
color: #CDB474;
}
.AnyTagClassName
{
color: #CDB474;
}
</style>
background-color css
<style>
a { background-color: #CDB474; }
a { background-color: rgb(205,180,116); }
div.DivClassName
{
background-color: #CDB474;
}
.BgClassName
{
background-color: #CDB474;
}
</style>
border-color css
<style>
span { border-color: #CDB474; }
span { border-color: rgb(205,180,116); }
td.TdClassName
{
border-color: #CDB474;
}
.TagClassName
{
border-color: #CDB474;
}
</style>