Shades of Putty #CDB570
Tints of Putty #CDB570
RGB
CMYK
RGB Variations
Color information
#CDB570 (or 0xCDB570) is known color: Putty. HEX triplet: CD, B5 and 70. RGB value is (205,181,112). Sum of RGB (Red+Green+Blue) = 205+181+112=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB570 is #324A8F. Grayscale: #B4B4B4. Windows color (decimal): -3295888 or 7386573. OLE color: 7386573.
HSL color Cylindrical-coordinate representation of color #CDB570: hue angle of 44.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDB570 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 112 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.20 |
| HSL | 44.52º | 0.48% | 0.62% | - |
| HSV(B) | 44.52º | 0.45% | 0.8% | - |
| XYZ | 44.63 | 47.2 | 22.09 | - |
| YUV | 180.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 112 | 0 | 0.12 | 0.45 | 0.20 | 44.52 | 0.48 | 0.62 |
| Hex | CD | B5 | 70 | 0 | C | 2D | 14 | 2D | 30 | 3E |
| Octal | 315 | 265 | 160 | 0 | 14 | 55 | 24 | 55 | 60 | 76 |
| Binary | 11001101 | 10110101 | 1110000 | 0 | 1100 | 101101 | 10100 | 101101 | 110000 | 111110 |
Color Harmonies of #CDB570
Complementary color
Monochromatic Colors of #CDB570
Black with #CDB570
Text Example
Text Example
White with #CDB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB570; }
p { color: rgb(205,181,112); }
H1.HeaderClassName
{
color: #CDB570;
}
.AnyTagClassName
{
color: #CDB570;
}
</style>
background-color css
<style>
a { background-color: #CDB570; }
a { background-color: rgb(205,181,112); }
div.DivClassName
{
background-color: #CDB570;
}
.BgClassName
{
background-color: #CDB570;
}
</style>
border-color css
<style>
span { border-color: #CDB570; }
span { border-color: rgb(205,181,112); }
td.TdClassName
{
border-color: #CDB570;
}
.TagClassName
{
border-color: #CDB570;
}
</style>