Shades of Putty #CFAE7A
Tints of Putty #CFAE7A
RGB
CMYK
RGB Variations
Color information
#CFAE7A (or 0xCFAE7A) is known color: Putty. HEX triplet: CF, AE and 7A. RGB value is (207,174,122). Sum of RGB (Red+Green+Blue) = 207+174+122=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE7A is #305185. Grayscale: #B2B2B2. Windows color (decimal): -3166598 or 8040143. OLE color: 8040143.
HSL color Cylindrical-coordinate representation of color #CFAE7A: hue angle of 36.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFAE7A is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 122 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.19 |
| HSL | 36.71º | 0.47% | 0.65% | - |
| HSV(B) | 36.71º | 0.41% | 0.81% | - |
| XYZ | 44.38 | 44.94 | 24.75 | - |
| YUV | 177.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 122 | 0 | 0.16 | 0.41 | 0.19 | 36.71 | 0.47 | 0.65 |
| Hex | CF | AE | 7A | 0 | 10 | 29 | 13 | 25 | 2F | 41 |
| Octal | 317 | 256 | 172 | 0 | 20 | 51 | 23 | 45 | 57 | 101 |
| Binary | 11001111 | 10101110 | 1111010 | 0 | 10000 | 101001 | 10011 | 100101 | 101111 | 1000001 |
Color Harmonies of #CFAE7A
Complementary color
Monochromatic Colors of #CFAE7A
Black with #CFAE7A
Text Example
Text Example
White with #CFAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE7A; }
p { color: rgb(207,174,122); }
H1.HeaderClassName
{
color: #CFAE7A;
}
.AnyTagClassName
{
color: #CFAE7A;
}
</style>
background-color css
<style>
a { background-color: #CFAE7A; }
a { background-color: rgb(207,174,122); }
div.DivClassName
{
background-color: #CFAE7A;
}
.BgClassName
{
background-color: #CFAE7A;
}
</style>
border-color css
<style>
span { border-color: #CFAE7A; }
span { border-color: rgb(207,174,122); }
td.TdClassName
{
border-color: #CFAE7A;
}
.TagClassName
{
border-color: #CFAE7A;
}
</style>