Shades of Putty #CDB17C
Tints of Putty #CDB17C
RGB
CMYK
RGB Variations
Color information
#CDB17C (or 0xCDB17C) is known color: Putty. HEX triplet: CD, B1 and 7C. RGB value is (205,177,124). Sum of RGB (Red+Green+Blue) = 205+177+124=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB17C is #324E83. Grayscale: #B3B3B3. Windows color (decimal): -3296900 or 8171981. OLE color: 8171981.
HSL color Cylindrical-coordinate representation of color #CDB17C: hue angle of 39.26º 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 #CDB17C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 124 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.20 |
| HSL | 39.26º | 0.45% | 0.65% | - |
| HSV(B) | 39.26º | 0.4% | 0.8% | - |
| XYZ | 44.54 | 45.88 | 25.58 | - |
| YUV | 179.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 124 | 0 | 0.14 | 0.40 | 0.20 | 39.26 | 0.45 | 0.65 |
| Hex | CD | B1 | 7C | 0 | E | 28 | 14 | 27 | 2D | 41 |
| Octal | 315 | 261 | 174 | 0 | 16 | 50 | 24 | 47 | 55 | 101 |
| Binary | 11001101 | 10110001 | 1111100 | 0 | 1110 | 101000 | 10100 | 100111 | 101101 | 1000001 |
Color Harmonies of #CDB17C
Complementary color
Monochromatic Colors of #CDB17C
Black with #CDB17C
Text Example
Text Example
White with #CDB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB17C; }
p { color: rgb(205,177,124); }
H1.HeaderClassName
{
color: #CDB17C;
}
.AnyTagClassName
{
color: #CDB17C;
}
</style>
background-color css
<style>
a { background-color: #CDB17C; }
a { background-color: rgb(205,177,124); }
div.DivClassName
{
background-color: #CDB17C;
}
.BgClassName
{
background-color: #CDB17C;
}
</style>
border-color css
<style>
span { border-color: #CDB17C; }
span { border-color: rgb(205,177,124); }
td.TdClassName
{
border-color: #CDB17C;
}
.TagClassName
{
border-color: #CDB17C;
}
</style>