Shades of Putty #CDB276
Tints of Putty #CDB276
RGB
CMYK
RGB Variations
Color information
#CDB276 (or 0xCDB276) is known color: Putty. HEX triplet: CD, B2 and 76. RGB value is (205,178,118). Sum of RGB (Red+Green+Blue) = 205+178+118=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB276 is #324D89. Grayscale: #B3B3B3. Windows color (decimal): -3296650 or 7779021. OLE color: 7779021.
HSL color Cylindrical-coordinate representation of color #CDB276: hue angle of 41.38º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDB276 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 118 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.20 |
| HSL | 41.38º | 0.47% | 0.63% | - |
| HSV(B) | 41.38º | 0.42% | 0.8% | - |
| XYZ | 44.37 | 46.13 | 23.7 | - |
| YUV | 179.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 118 | 0 | 0.13 | 0.42 | 0.20 | 41.38 | 0.47 | 0.63 |
| Hex | CD | B2 | 76 | 0 | D | 2A | 14 | 29 | 2F | 3F |
| Octal | 315 | 262 | 166 | 0 | 15 | 52 | 24 | 51 | 57 | 77 |
| Binary | 11001101 | 10110010 | 1110110 | 0 | 1101 | 101010 | 10100 | 101001 | 101111 | 111111 |
Color Harmonies of #CDB276
Complementary color
Monochromatic Colors of #CDB276
Black with #CDB276
Text Example
Text Example
White with #CDB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB276; }
p { color: rgb(205,178,118); }
H1.HeaderClassName
{
color: #CDB276;
}
.AnyTagClassName
{
color: #CDB276;
}
</style>
background-color css
<style>
a { background-color: #CDB276; }
a { background-color: rgb(205,178,118); }
div.DivClassName
{
background-color: #CDB276;
}
.BgClassName
{
background-color: #CDB276;
}
</style>
border-color css
<style>
span { border-color: #CDB276; }
span { border-color: rgb(205,178,118); }
td.TdClassName
{
border-color: #CDB276;
}
.TagClassName
{
border-color: #CDB276;
}
</style>