Shades of Putty #CDAF7C
Tints of Putty #CDAF7C
RGB
CMYK
RGB Variations
Color information
#CDAF7C (or 0xCDAF7C) is known color: Putty. HEX triplet: CD, AF and 7C. RGB value is (205,175,124). Sum of RGB (Red+Green+Blue) = 205+175+124=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF7C is #325083. Grayscale: #B2B2B2. Windows color (decimal): -3297412 or 8171469. OLE color: 8171469.
HSL color Cylindrical-coordinate representation of color #CDAF7C: hue angle of 37.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDAF7C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 124 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.20 |
| HSL | 37.78º | 0.45% | 0.65% | - |
| HSV(B) | 37.78º | 0.4% | 0.8% | - |
| XYZ | 44.14 | 45.09 | 25.45 | - |
| YUV | 178.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 124 | 0 | 0.15 | 0.40 | 0.20 | 37.78 | 0.45 | 0.65 |
| Hex | CD | AF | 7C | 0 | F | 28 | 14 | 26 | 2D | 41 |
| Octal | 315 | 257 | 174 | 0 | 17 | 50 | 24 | 46 | 55 | 101 |
| Binary | 11001101 | 10101111 | 1111100 | 0 | 1111 | 101000 | 10100 | 100110 | 101101 | 1000001 |
Color Harmonies of #CDAF7C
Complementary color
Monochromatic Colors of #CDAF7C
Black with #CDAF7C
Text Example
Text Example
White with #CDAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF7C; }
p { color: rgb(205,175,124); }
H1.HeaderClassName
{
color: #CDAF7C;
}
.AnyTagClassName
{
color: #CDAF7C;
}
</style>
background-color css
<style>
a { background-color: #CDAF7C; }
a { background-color: rgb(205,175,124); }
div.DivClassName
{
background-color: #CDAF7C;
}
.BgClassName
{
background-color: #CDAF7C;
}
</style>
border-color css
<style>
span { border-color: #CDAF7C; }
span { border-color: rgb(205,175,124); }
td.TdClassName
{
border-color: #CDAF7C;
}
.TagClassName
{
border-color: #CDAF7C;
}
</style>