Shades of Putty #CDB278
Tints of Putty #CDB278
RGB
CMYK
RGB Variations
Color information
#CDB278 (or 0xCDB278) is known color: Putty. HEX triplet: CD, B2 and 78. RGB value is (205,178,120). Sum of RGB (Red+Green+Blue) = 205+178+120=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB278 is #324D87. Grayscale: #B3B3B3. Windows color (decimal): -3296648 or 7910093. OLE color: 7910093.
HSL color Cylindrical-coordinate representation of color #CDB278: hue angle of 40.94º 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 #CDB278 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 120 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.20 |
| HSL | 40.94º | 0.46% | 0.64% | - |
| HSV(B) | 40.94º | 0.41% | 0.8% | - |
| XYZ | 44.49 | 46.18 | 24.34 | - |
| YUV | 179.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 120 | 0 | 0.13 | 0.41 | 0.20 | 40.94 | 0.46 | 0.64 |
| Hex | CD | B2 | 78 | 0 | D | 29 | 14 | 29 | 2E | 40 |
| Octal | 315 | 262 | 170 | 0 | 15 | 51 | 24 | 51 | 56 | 100 |
| Binary | 11001101 | 10110010 | 1111000 | 0 | 1101 | 101001 | 10100 | 101001 | 101110 | 1000000 |
Color Harmonies of #CDB278
Complementary color
Monochromatic Colors of #CDB278
Black with #CDB278
Text Example
Text Example
White with #CDB278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB278; }
p { color: rgb(205,178,120); }
H1.HeaderClassName
{
color: #CDB278;
}
.AnyTagClassName
{
color: #CDB278;
}
</style>
background-color css
<style>
a { background-color: #CDB278; }
a { background-color: rgb(205,178,120); }
div.DivClassName
{
background-color: #CDB278;
}
.BgClassName
{
background-color: #CDB278;
}
</style>
border-color css
<style>
span { border-color: #CDB278; }
span { border-color: rgb(205,178,120); }
td.TdClassName
{
border-color: #CDB278;
}
.TagClassName
{
border-color: #CDB278;
}
</style>