Shades of Putty #CDAF68
Tints of Putty #CDAF68
RGB
CMYK
RGB Variations
Color information
#CDAF68 (or 0xCDAF68) is known color: Putty. HEX triplet: CD, AF and 68. RGB value is (205,175,104). Sum of RGB (Red+Green+Blue) = 205+175+104=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF68 is #325097. Grayscale: #B0B0B0. Windows color (decimal): -3297432 or 6860749. OLE color: 6860749.
HSL color Cylindrical-coordinate representation of color #CDAF68: hue angle of 42.18º 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 #CDAF68 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 104 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.20 |
| HSL | 42.18º | 0.5% | 0.61% | - |
| HSV(B) | 42.18º | 0.49% | 0.8% | - |
| XYZ | 43.01 | 44.64 | 19.45 | - |
| YUV | 175.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 104 | 0 | 0.15 | 0.49 | 0.20 | 42.18 | 0.5 | 0.61 |
| Hex | CD | AF | 68 | 0 | F | 31 | 14 | 2A | 32 | 3D |
| Octal | 315 | 257 | 150 | 0 | 17 | 61 | 24 | 52 | 62 | 75 |
| Binary | 11001101 | 10101111 | 1101000 | 0 | 1111 | 110001 | 10100 | 101010 | 110010 | 111101 |
Color Harmonies of #CDAF68
Complementary color
Monochromatic Colors of #CDAF68
Black with #CDAF68
Text Example
Text Example
White with #CDAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF68; }
p { color: rgb(205,175,104); }
H1.HeaderClassName
{
color: #CDAF68;
}
.AnyTagClassName
{
color: #CDAF68;
}
</style>
background-color css
<style>
a { background-color: #CDAF68; }
a { background-color: rgb(205,175,104); }
div.DivClassName
{
background-color: #CDAF68;
}
.BgClassName
{
background-color: #CDAF68;
}
</style>
border-color css
<style>
span { border-color: #CDAF68; }
span { border-color: rgb(205,175,104); }
td.TdClassName
{
border-color: #CDAF68;
}
.TagClassName
{
border-color: #CDAF68;
}
</style>