Shades of Putty #CFAD68
Tints of Putty #CFAD68
RGB
CMYK
RGB Variations
Color information
#CFAD68 (or 0xCFAD68) is known color: Putty. HEX triplet: CF, AD and 68. RGB value is (207,173,104). Sum of RGB (Red+Green+Blue) = 207+173+104=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD68 is #305297. Grayscale: #AFAFAF. Windows color (decimal): -3166872 or 6860239. OLE color: 6860239.
HSL color Cylindrical-coordinate representation of color #CFAD68: hue angle of 40.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFAD68 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 104 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.19 |
| HSL | 40.19º | 0.52% | 0.61% | - |
| HSV(B) | 40.19º | 0.5% | 0.81% | - |
| XYZ | 43.17 | 44.15 | 19.34 | - |
| YUV | 175.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 104 | 0 | 0.16 | 0.50 | 0.19 | 40.19 | 0.52 | 0.61 |
| Hex | CF | AD | 68 | 0 | 10 | 32 | 13 | 28 | 34 | 3D |
| Octal | 317 | 255 | 150 | 0 | 20 | 62 | 23 | 50 | 64 | 75 |
| Binary | 11001111 | 10101101 | 1101000 | 0 | 10000 | 110010 | 10011 | 101000 | 110100 | 111101 |
Color Harmonies of #CFAD68
Complementary color
Monochromatic Colors of #CFAD68
Black with #CFAD68
Text Example
Text Example
White with #CFAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD68; }
p { color: rgb(207,173,104); }
H1.HeaderClassName
{
color: #CFAD68;
}
.AnyTagClassName
{
color: #CFAD68;
}
</style>
background-color css
<style>
a { background-color: #CFAD68; }
a { background-color: rgb(207,173,104); }
div.DivClassName
{
background-color: #CFAD68;
}
.BgClassName
{
background-color: #CFAD68;
}
</style>
border-color css
<style>
span { border-color: #CFAD68; }
span { border-color: rgb(207,173,104); }
td.TdClassName
{
border-color: #CFAD68;
}
.TagClassName
{
border-color: #CFAD68;
}
</style>