Shades of Putty #CFAE68
Tints of Putty #CFAE68
RGB
CMYK
RGB Variations
Color information
#CFAE68 (or 0xCFAE68) is known color: Putty. HEX triplet: CF, AE and 68. RGB value is (207,174,104). Sum of RGB (Red+Green+Blue) = 207+174+104=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE68 is #305197. Grayscale: #B0B0B0. Windows color (decimal): -3166616 or 6860495. OLE color: 6860495.
HSL color Cylindrical-coordinate representation of color #CFAE68: hue angle of 40.78º 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 #CFAE68 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 104 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.19 |
| HSL | 40.78º | 0.52% | 0.61% | - |
| HSV(B) | 40.78º | 0.5% | 0.81% | - |
| XYZ | 43.37 | 44.54 | 19.41 | - |
| YUV | 175.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 104 | 0 | 0.16 | 0.50 | 0.19 | 40.78 | 0.52 | 0.61 |
| Hex | CF | AE | 68 | 0 | 10 | 32 | 13 | 29 | 34 | 3D |
| Octal | 317 | 256 | 150 | 0 | 20 | 62 | 23 | 51 | 64 | 75 |
| Binary | 11001111 | 10101110 | 1101000 | 0 | 10000 | 110010 | 10011 | 101001 | 110100 | 111101 |
Color Harmonies of #CFAE68
Complementary color
Monochromatic Colors of #CFAE68
Black with #CFAE68
Text Example
Text Example
White with #CFAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE68; }
p { color: rgb(207,174,104); }
H1.HeaderClassName
{
color: #CFAE68;
}
.AnyTagClassName
{
color: #CFAE68;
}
</style>
background-color css
<style>
a { background-color: #CFAE68; }
a { background-color: rgb(207,174,104); }
div.DivClassName
{
background-color: #CFAE68;
}
.BgClassName
{
background-color: #CFAE68;
}
</style>
border-color css
<style>
span { border-color: #CFAE68; }
span { border-color: rgb(207,174,104); }
td.TdClassName
{
border-color: #CFAE68;
}
.TagClassName
{
border-color: #CFAE68;
}
</style>