Shades of Putty #CDAC7B
Tints of Putty #CDAC7B
RGB
CMYK
RGB Variations
Color information
#CDAC7B (or 0xCDAC7B) is known color: Putty. HEX triplet: CD, AC and 7B. RGB value is (205,172,123). Sum of RGB (Red+Green+Blue) = 205+172+123=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC7B is #325384. Grayscale: #B0B0B0. Windows color (decimal): -3298181 or 8105165. OLE color: 8105165.
HSL color Cylindrical-coordinate representation of color #CDAC7B: hue angle of 35.85º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDAC7B is Cyan = 0, Magento = 0.16, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 123 | - |
| CMYK | 0 | 0.16 | 0.4 | 0.20 |
| HSL | 35.85º | 0.45% | 0.64% | - |
| HSV(B) | 35.85º | 0.4% | 0.8% | - |
| XYZ | 43.5 | 43.91 | 24.92 | - |
| YUV | 176.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 123 | 0 | 0.16 | 0.4 | 0.20 | 35.85 | 0.45 | 0.64 |
| Hex | CD | AC | 7B | 0 | 10 | 28 | 14 | 24 | 2D | 40 |
| Octal | 315 | 254 | 173 | 0 | 20 | 50 | 24 | 44 | 55 | 100 |
| Binary | 11001101 | 10101100 | 1111011 | 0 | 10000 | 101000 | 10100 | 100100 | 101101 | 1000000 |
Color Harmonies of #CDAC7B
Complementary color
Monochromatic Colors of #CDAC7B
Black with #CDAC7B
Text Example
Text Example
White with #CDAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC7B; }
p { color: rgb(205,172,123); }
H1.HeaderClassName
{
color: #CDAC7B;
}
.AnyTagClassName
{
color: #CDAC7B;
}
</style>
background-color css
<style>
a { background-color: #CDAC7B; }
a { background-color: rgb(205,172,123); }
div.DivClassName
{
background-color: #CDAC7B;
}
.BgClassName
{
background-color: #CDAC7B;
}
</style>
border-color css
<style>
span { border-color: #CDAC7B; }
span { border-color: rgb(205,172,123); }
td.TdClassName
{
border-color: #CDAC7B;
}
.TagClassName
{
border-color: #CDAC7B;
}
</style>