Shades of Putty #CDAC68
Tints of Putty #CDAC68
RGB
CMYK
RGB Variations
Color information
#CDAC68 (or 0xCDAC68) is known color: Putty. HEX triplet: CD, AC and 68. RGB value is (205,172,104). Sum of RGB (Red+Green+Blue) = 205+172+104=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC68 is #325397. Grayscale: #AEAEAE. Windows color (decimal): -3298200 or 6859981. OLE color: 6859981.
HSL color Cylindrical-coordinate representation of color #CDAC68: hue angle of 40.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDAC68 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 104 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.20 |
| HSL | 40.4º | 0.5% | 0.61% | - |
| HSV(B) | 40.4º | 0.49% | 0.8% | - |
| XYZ | 42.43 | 43.48 | 19.25 | - |
| YUV | 174.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 104 | 0 | 0.16 | 0.49 | 0.20 | 40.4 | 0.5 | 0.61 |
| Hex | CD | AC | 68 | 0 | 10 | 31 | 14 | 28 | 32 | 3D |
| Octal | 315 | 254 | 150 | 0 | 20 | 61 | 24 | 50 | 62 | 75 |
| Binary | 11001101 | 10101100 | 1101000 | 0 | 10000 | 110001 | 10100 | 101000 | 110010 | 111101 |
Color Harmonies of #CDAC68
Complementary color
Monochromatic Colors of #CDAC68
Black with #CDAC68
Text Example
Text Example
White with #CDAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC68; }
p { color: rgb(205,172,104); }
H1.HeaderClassName
{
color: #CDAC68;
}
.AnyTagClassName
{
color: #CDAC68;
}
</style>
background-color css
<style>
a { background-color: #CDAC68; }
a { background-color: rgb(205,172,104); }
div.DivClassName
{
background-color: #CDAC68;
}
.BgClassName
{
background-color: #CDAC68;
}
</style>
border-color css
<style>
span { border-color: #CDAC68; }
span { border-color: rgb(205,172,104); }
td.TdClassName
{
border-color: #CDAC68;
}
.TagClassName
{
border-color: #CDAC68;
}
</style>