Shades of Putty #CDB56C
Tints of Putty #CDB56C
RGB
CMYK
RGB Variations
Color information
#CDB56C (or 0xCDB56C) is known color: Putty. HEX triplet: CD, B5 and 6C. RGB value is (205,181,108). Sum of RGB (Red+Green+Blue) = 205+181+108=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB56C is #324A93. Grayscale: #B4B4B4. Windows color (decimal): -3295892 or 7124429. OLE color: 7124429.
HSL color Cylindrical-coordinate representation of color #CDB56C: hue angle of 45.15º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDB56C is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 108 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.20 |
| HSL | 45.15º | 0.49% | 0.61% | - |
| HSV(B) | 45.15º | 0.47% | 0.8% | - |
| XYZ | 44.41 | 47.11 | 20.94 | - |
| YUV | 179.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 108 | 0 | 0.12 | 0.47 | 0.20 | 45.15 | 0.49 | 0.61 |
| Hex | CD | B5 | 6C | 0 | C | 2F | 14 | 2D | 31 | 3D |
| Octal | 315 | 265 | 154 | 0 | 14 | 57 | 24 | 55 | 61 | 75 |
| Binary | 11001101 | 10110101 | 1101100 | 0 | 1100 | 101111 | 10100 | 101101 | 110001 | 111101 |
Color Harmonies of #CDB56C
Complementary color
Monochromatic Colors of #CDB56C
Black with #CDB56C
Text Example
Text Example
White with #CDB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB56C; }
p { color: rgb(205,181,108); }
H1.HeaderClassName
{
color: #CDB56C;
}
.AnyTagClassName
{
color: #CDB56C;
}
</style>
background-color css
<style>
a { background-color: #CDB56C; }
a { background-color: rgb(205,181,108); }
div.DivClassName
{
background-color: #CDB56C;
}
.BgClassName
{
background-color: #CDB56C;
}
</style>
border-color css
<style>
span { border-color: #CDB56C; }
span { border-color: rgb(205,181,108); }
td.TdClassName
{
border-color: #CDB56C;
}
.TagClassName
{
border-color: #CDB56C;
}
</style>