Shades of Putty #CFAE6C
Tints of Putty #CFAE6C
RGB
CMYK
RGB Variations
Color information
#CFAE6C (or 0xCFAE6C) is known color: Putty. HEX triplet: CF, AE and 6C. RGB value is (207,174,108). Sum of RGB (Red+Green+Blue) = 207+174+108=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE6C is #305193. Grayscale: #B0B0B0. Windows color (decimal): -3166612 or 7122639. OLE color: 7122639.
HSL color Cylindrical-coordinate representation of color #CFAE6C: hue angle of 40º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFAE6C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 108 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.19 |
| HSL | 40º | 0.51% | 0.62% | - |
| HSV(B) | 40º | 0.48% | 0.81% | - |
| XYZ | 43.57 | 44.62 | 20.5 | - |
| YUV | 176.34 | 89.43 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 108 | 0 | 0.16 | 0.48 | 0.19 | 40 | 0.51 | 0.62 |
| Hex | CF | AE | 6C | 0 | 10 | 30 | 13 | 28 | 33 | 3E |
| Octal | 317 | 256 | 154 | 0 | 20 | 60 | 23 | 50 | 63 | 76 |
| Binary | 11001111 | 10101110 | 1101100 | 0 | 10000 | 110000 | 10011 | 101000 | 110011 | 111110 |
Color Harmonies of #CFAE6C
Complementary color
Monochromatic Colors of #CFAE6C
Black with #CFAE6C
Text Example
Text Example
White with #CFAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE6C; }
p { color: rgb(207,174,108); }
H1.HeaderClassName
{
color: #CFAE6C;
}
.AnyTagClassName
{
color: #CFAE6C;
}
</style>
background-color css
<style>
a { background-color: #CFAE6C; }
a { background-color: rgb(207,174,108); }
div.DivClassName
{
background-color: #CFAE6C;
}
.BgClassName
{
background-color: #CFAE6C;
}
</style>
border-color css
<style>
span { border-color: #CFAE6C; }
span { border-color: rgb(207,174,108); }
td.TdClassName
{
border-color: #CFAE6C;
}
.TagClassName
{
border-color: #CFAE6C;
}
</style>