Shades of Putty #CDB078
Tints of Putty #CDB078
RGB
CMYK
RGB Variations
Color information
#CDB078 (or 0xCDB078) is known color: Putty. HEX triplet: CD, B0 and 78. RGB value is (205,176,120). Sum of RGB (Red+Green+Blue) = 205+176+120=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB078 is #324F87. Grayscale: #B2B2B2. Windows color (decimal): -3297160 or 7909581. OLE color: 7909581.
HSL color Cylindrical-coordinate representation of color #CDB078: hue angle of 39.53º 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 #CDB078 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 120 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.20 |
| HSL | 39.53º | 0.46% | 0.64% | - |
| HSV(B) | 39.53º | 0.41% | 0.8% | - |
| XYZ | 44.09 | 45.39 | 24.21 | - |
| YUV | 178.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 120 | 0 | 0.14 | 0.41 | 0.20 | 39.53 | 0.46 | 0.64 |
| Hex | CD | B0 | 78 | 0 | E | 29 | 14 | 28 | 2E | 40 |
| Octal | 315 | 260 | 170 | 0 | 16 | 51 | 24 | 50 | 56 | 100 |
| Binary | 11001101 | 10110000 | 1111000 | 0 | 1110 | 101001 | 10100 | 101000 | 101110 | 1000000 |
Color Harmonies of #CDB078
Complementary color
Monochromatic Colors of #CDB078
Black with #CDB078
Text Example
Text Example
White with #CDB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB078; }
p { color: rgb(205,176,120); }
H1.HeaderClassName
{
color: #CDB078;
}
.AnyTagClassName
{
color: #CDB078;
}
</style>
background-color css
<style>
a { background-color: #CDB078; }
a { background-color: rgb(205,176,120); }
div.DivClassName
{
background-color: #CDB078;
}
.BgClassName
{
background-color: #CDB078;
}
</style>
border-color css
<style>
span { border-color: #CDB078; }
span { border-color: rgb(205,176,120); }
td.TdClassName
{
border-color: #CDB078;
}
.TagClassName
{
border-color: #CDB078;
}
</style>