Shades of Putty #CFAD67
Tints of Putty #CFAD67
RGB
CMYK
RGB Variations
Color information
#CFAD67 (or 0xCFAD67) is known color: Putty. HEX triplet: CF, AD and 67. RGB value is (207,173,103). Sum of RGB (Red+Green+Blue) = 207+173+103=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD67 is #305298. Grayscale: #AFAFAF. Windows color (decimal): -3166873 or 6794703. OLE color: 6794703.
HSL color Cylindrical-coordinate representation of color #CFAD67: hue angle of 40.38º 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 #CFAD67 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 103 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.19 |
| HSL | 40.38º | 0.52% | 0.61% | - |
| HSV(B) | 40.38º | 0.5% | 0.81% | - |
| XYZ | 43.12 | 44.13 | 19.08 | - |
| YUV | 175.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 103 | 0 | 0.16 | 0.50 | 0.19 | 40.38 | 0.52 | 0.61 |
| Hex | CF | AD | 67 | 0 | 10 | 32 | 13 | 28 | 34 | 3D |
| Octal | 317 | 255 | 147 | 0 | 20 | 62 | 23 | 50 | 64 | 75 |
| Binary | 11001111 | 10101101 | 1100111 | 0 | 10000 | 110010 | 10011 | 101000 | 110100 | 111101 |
Color Harmonies of #CFAD67
Complementary color
Monochromatic Colors of #CFAD67
Black with #CFAD67
Text Example
Text Example
White with #CFAD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD67; }
p { color: rgb(207,173,103); }
H1.HeaderClassName
{
color: #CFAD67;
}
.AnyTagClassName
{
color: #CFAD67;
}
</style>
background-color css
<style>
a { background-color: #CFAD67; }
a { background-color: rgb(207,173,103); }
div.DivClassName
{
background-color: #CFAD67;
}
.BgClassName
{
background-color: #CFAD67;
}
</style>
border-color css
<style>
span { border-color: #CFAD67; }
span { border-color: rgb(207,173,103); }
td.TdClassName
{
border-color: #CFAD67;
}
.TagClassName
{
border-color: #CFAD67;
}
</style>