Shades of Putty #CDB377
Tints of Putty #CDB377
RGB
CMYK
RGB Variations
Color information
#CDB377 (or 0xCDB377) is known color: Putty. HEX triplet: CD, B3 and 77. RGB value is (205,179,119). Sum of RGB (Red+Green+Blue) = 205+179+119=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB377 is #324C88. Grayscale: #B4B4B4. Windows color (decimal): -3296393 or 7844813. OLE color: 7844813.
HSL color Cylindrical-coordinate representation of color #CDB377: hue angle of 41.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDB377 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 119 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.20 |
| HSL | 41.86º | 0.46% | 0.64% | - |
| HSV(B) | 41.86º | 0.42% | 0.8% | - |
| XYZ | 44.63 | 46.55 | 24.09 | - |
| YUV | 179.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 119 | 0 | 0.13 | 0.42 | 0.20 | 41.86 | 0.46 | 0.64 |
| Hex | CD | B3 | 77 | 0 | D | 2A | 14 | 2A | 2E | 40 |
| Octal | 315 | 263 | 167 | 0 | 15 | 52 | 24 | 52 | 56 | 100 |
| Binary | 11001101 | 10110011 | 1110111 | 0 | 1101 | 101010 | 10100 | 101010 | 101110 | 1000000 |
Color Harmonies of #CDB377
Complementary color
Monochromatic Colors of #CDB377
Black with #CDB377
Text Example
Text Example
White with #CDB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB377; }
p { color: rgb(205,179,119); }
H1.HeaderClassName
{
color: #CDB377;
}
.AnyTagClassName
{
color: #CDB377;
}
</style>
background-color css
<style>
a { background-color: #CDB377; }
a { background-color: rgb(205,179,119); }
div.DivClassName
{
background-color: #CDB377;
}
.BgClassName
{
background-color: #CDB377;
}
</style>
border-color css
<style>
span { border-color: #CDB377; }
span { border-color: rgb(205,179,119); }
td.TdClassName
{
border-color: #CDB377;
}
.TagClassName
{
border-color: #CDB377;
}
</style>