Shades of Putty #CFAE65
Tints of Putty #CFAE65
RGB
CMYK
RGB Variations
Color information
#CFAE65 (or 0xCFAE65) is known color: Putty. HEX triplet: CF, AE and 65. RGB value is (207,174,101). Sum of RGB (Red+Green+Blue) = 207+174+101=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE65 is #30519A. Grayscale: #AFAFAF. Windows color (decimal): -3166619 or 6663887. OLE color: 6663887.
HSL color Cylindrical-coordinate representation of color #CFAE65: hue angle of 41.32º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFAE65 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 101 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.19 |
| HSL | 41.32º | 0.52% | 0.6% | - |
| HSV(B) | 41.32º | 0.51% | 0.81% | - |
| XYZ | 43.22 | 44.48 | 18.62 | - |
| YUV | 175.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 101 | 0 | 0.16 | 0.51 | 0.19 | 41.32 | 0.52 | 0.6 |
| Hex | CF | AE | 65 | 0 | 10 | 33 | 13 | 29 | 34 | 3C |
| Octal | 317 | 256 | 145 | 0 | 20 | 63 | 23 | 51 | 64 | 74 |
| Binary | 11001111 | 10101110 | 1100101 | 0 | 10000 | 110011 | 10011 | 101001 | 110100 | 111100 |
Color Harmonies of #CFAE65
Complementary color
Monochromatic Colors of #CFAE65
Black with #CFAE65
Text Example
Text Example
White with #CFAE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE65; }
p { color: rgb(207,174,101); }
H1.HeaderClassName
{
color: #CFAE65;
}
.AnyTagClassName
{
color: #CFAE65;
}
</style>
background-color css
<style>
a { background-color: #CFAE65; }
a { background-color: rgb(207,174,101); }
div.DivClassName
{
background-color: #CFAE65;
}
.BgClassName
{
background-color: #CFAE65;
}
</style>
border-color css
<style>
span { border-color: #CFAE65; }
span { border-color: rgb(207,174,101); }
td.TdClassName
{
border-color: #CFAE65;
}
.TagClassName
{
border-color: #CFAE65;
}
</style>