Shades of Putty #CDB37C
Tints of Putty #CDB37C
RGB
CMYK
RGB Variations
Color information
#CDB37C (or 0xCDB37C) is known color: Putty. HEX triplet: CD, B3 and 7C. RGB value is (205,179,124). Sum of RGB (Red+Green+Blue) = 205+179+124=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB37C is #324C83. Grayscale: #B4B4B4. Windows color (decimal): -3296388 or 8172493. OLE color: 8172493.
HSL color Cylindrical-coordinate representation of color #CDB37C: hue angle of 40.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDB37C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 124 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.20 |
| HSL | 40.74º | 0.45% | 0.65% | - |
| HSV(B) | 40.74º | 0.4% | 0.8% | - |
| XYZ | 44.94 | 46.67 | 25.71 | - |
| YUV | 180.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 124 | 0 | 0.13 | 0.40 | 0.20 | 40.74 | 0.45 | 0.65 |
| Hex | CD | B3 | 7C | 0 | D | 28 | 14 | 29 | 2D | 41 |
| Octal | 315 | 263 | 174 | 0 | 15 | 50 | 24 | 51 | 55 | 101 |
| Binary | 11001101 | 10110011 | 1111100 | 0 | 1101 | 101000 | 10100 | 101001 | 101101 | 1000001 |
Color Harmonies of #CDB37C
Complementary color
Monochromatic Colors of #CDB37C
Black with #CDB37C
Text Example
Text Example
White with #CDB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB37C; }
p { color: rgb(205,179,124); }
H1.HeaderClassName
{
color: #CDB37C;
}
.AnyTagClassName
{
color: #CDB37C;
}
</style>
background-color css
<style>
a { background-color: #CDB37C; }
a { background-color: rgb(205,179,124); }
div.DivClassName
{
background-color: #CDB37C;
}
.BgClassName
{
background-color: #CDB37C;
}
</style>
border-color css
<style>
span { border-color: #CDB37C; }
span { border-color: rgb(205,179,124); }
td.TdClassName
{
border-color: #CDB37C;
}
.TagClassName
{
border-color: #CDB37C;
}
</style>