Shades of Putty #CDAB67
Tints of Putty #CDAB67
RGB
CMYK
RGB Variations
Color information
#CDAB67 (or 0xCDAB67) is known color: Putty. HEX triplet: CD, AB and 67. RGB value is (205,171,103). Sum of RGB (Red+Green+Blue) = 205+171+103=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB67 is #325498. Grayscale: #ADADAD. Windows color (decimal): -3298457 or 6794189. OLE color: 6794189.
HSL color Cylindrical-coordinate representation of color #CDAB67: hue angle of 40º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDAB67 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 103 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.20 |
| HSL | 40º | 0.5% | 0.6% | - |
| HSV(B) | 40º | 0.5% | 0.8% | - |
| XYZ | 42.19 | 43.08 | 18.92 | - |
| YUV | 173.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 103 | 0 | 0.17 | 0.50 | 0.20 | 40 | 0.5 | 0.6 |
| Hex | CD | AB | 67 | 0 | 11 | 32 | 14 | 28 | 32 | 3C |
| Octal | 315 | 253 | 147 | 0 | 21 | 62 | 24 | 50 | 62 | 74 |
| Binary | 11001101 | 10101011 | 1100111 | 0 | 10001 | 110010 | 10100 | 101000 | 110010 | 111100 |
Color Harmonies of #CDAB67
Complementary color
Monochromatic Colors of #CDAB67
Black with #CDAB67
Text Example
Text Example
White with #CDAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB67; }
p { color: rgb(205,171,103); }
H1.HeaderClassName
{
color: #CDAB67;
}
.AnyTagClassName
{
color: #CDAB67;
}
</style>
background-color css
<style>
a { background-color: #CDAB67; }
a { background-color: rgb(205,171,103); }
div.DivClassName
{
background-color: #CDAB67;
}
.BgClassName
{
background-color: #CDAB67;
}
</style>
border-color css
<style>
span { border-color: #CDAB67; }
span { border-color: rgb(205,171,103); }
td.TdClassName
{
border-color: #CDAB67;
}
.TagClassName
{
border-color: #CDAB67;
}
</style>