Shades of Putty #CDB178
Tints of Putty #CDB178
RGB
CMYK
RGB Variations
Color information
#CDB178 (or 0xCDB178) is known color: Putty. HEX triplet: CD, B1 and 78. RGB value is (205,177,120). Sum of RGB (Red+Green+Blue) = 205+177+120=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB178 is #324E87. Grayscale: #B3B3B3. Windows color (decimal): -3296904 or 7909837. OLE color: 7909837.
HSL color Cylindrical-coordinate representation of color #CDB178: hue angle of 40.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDB178 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 120 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.20 |
| HSL | 40.24º | 0.46% | 0.64% | - |
| HSV(B) | 40.24º | 0.41% | 0.8% | - |
| XYZ | 44.29 | 45.78 | 24.27 | - |
| YUV | 178.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 120 | 0 | 0.14 | 0.41 | 0.20 | 40.24 | 0.46 | 0.64 |
| Hex | CD | B1 | 78 | 0 | E | 29 | 14 | 28 | 2E | 40 |
| Octal | 315 | 261 | 170 | 0 | 16 | 51 | 24 | 50 | 56 | 100 |
| Binary | 11001101 | 10110001 | 1111000 | 0 | 1110 | 101001 | 10100 | 101000 | 101110 | 1000000 |
Color Harmonies of #CDB178
Complementary color
Monochromatic Colors of #CDB178
Black with #CDB178
Text Example
Text Example
White with #CDB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB178; }
p { color: rgb(205,177,120); }
H1.HeaderClassName
{
color: #CDB178;
}
.AnyTagClassName
{
color: #CDB178;
}
</style>
background-color css
<style>
a { background-color: #CDB178; }
a { background-color: rgb(205,177,120); }
div.DivClassName
{
background-color: #CDB178;
}
.BgClassName
{
background-color: #CDB178;
}
</style>
border-color css
<style>
span { border-color: #CDB178; }
span { border-color: rgb(205,177,120); }
td.TdClassName
{
border-color: #CDB178;
}
.TagClassName
{
border-color: #CDB178;
}
</style>