Shades of Putty #CDAB6D
Tints of Putty #CDAB6D
RGB
CMYK
RGB Variations
Color information
#CDAB6D (or 0xCDAB6D) is known color: Putty. HEX triplet: CD, AB and 6D. RGB value is (205,171,109). Sum of RGB (Red+Green+Blue) = 205+171+109=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB6D is #325492. Grayscale: #AEAEAE. Windows color (decimal): -3298451 or 7187405. OLE color: 7187405.
HSL color Cylindrical-coordinate representation of color #CDAB6D: hue angle of 38.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDAB6D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 109 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.20 |
| HSL | 38.75º | 0.49% | 0.62% | - |
| HSV(B) | 38.75º | 0.47% | 0.8% | - |
| XYZ | 42.5 | 43.21 | 20.57 | - |
| YUV | 174.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 109 | 0 | 0.17 | 0.47 | 0.20 | 38.75 | 0.49 | 0.62 |
| Hex | CD | AB | 6D | 0 | 11 | 2F | 14 | 27 | 31 | 3E |
| Octal | 315 | 253 | 155 | 0 | 21 | 57 | 24 | 47 | 61 | 76 |
| Binary | 11001101 | 10101011 | 1101101 | 0 | 10001 | 101111 | 10100 | 100111 | 110001 | 111110 |
Color Harmonies of #CDAB6D
Complementary color
Monochromatic Colors of #CDAB6D
Black with #CDAB6D
Text Example
Text Example
White with #CDAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB6D; }
p { color: rgb(205,171,109); }
H1.HeaderClassName
{
color: #CDAB6D;
}
.AnyTagClassName
{
color: #CDAB6D;
}
</style>
background-color css
<style>
a { background-color: #CDAB6D; }
a { background-color: rgb(205,171,109); }
div.DivClassName
{
background-color: #CDAB6D;
}
.BgClassName
{
background-color: #CDAB6D;
}
</style>
border-color css
<style>
span { border-color: #CDAB6D; }
span { border-color: rgb(205,171,109); }
td.TdClassName
{
border-color: #CDAB6D;
}
.TagClassName
{
border-color: #CDAB6D;
}
</style>