Shades of Putty #CFA46A
Tints of Putty #CFA46A
RGB
CMYK
RGB Variations
Color information
#CFA46A (or 0xCFA46A) is known color: Putty. HEX triplet: CF, A4 and 6A. RGB value is (207,164,106). Sum of RGB (Red+Green+Blue) = 207+164+106=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA46A is #305B95. Grayscale: #AAAAAA. Windows color (decimal): -3169174 or 6989007. OLE color: 6989007.
HSL color Cylindrical-coordinate representation of color #CFA46A: hue angle of 34.46º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFA46A is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 106 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.19 |
| HSL | 34.46º | 0.51% | 0.61% | - |
| HSV(B) | 34.46º | 0.49% | 0.81% | - |
| XYZ | 41.61 | 40.86 | 19.33 | - |
| YUV | 170.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 106 | 0 | 0.21 | 0.49 | 0.19 | 34.46 | 0.51 | 0.61 |
| Hex | CF | A4 | 6A | 0 | 15 | 31 | 13 | 22 | 33 | 3D |
| Octal | 317 | 244 | 152 | 0 | 25 | 61 | 23 | 42 | 63 | 75 |
| Binary | 11001111 | 10100100 | 1101010 | 0 | 10101 | 110001 | 10011 | 100010 | 110011 | 111101 |
Color Harmonies of #CFA46A
Complementary color
Monochromatic Colors of #CFA46A
Black with #CFA46A
Text Example
Text Example
White with #CFA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA46A; }
p { color: rgb(207,164,106); }
H1.HeaderClassName
{
color: #CFA46A;
}
.AnyTagClassName
{
color: #CFA46A;
}
</style>
background-color css
<style>
a { background-color: #CFA46A; }
a { background-color: rgb(207,164,106); }
div.DivClassName
{
background-color: #CFA46A;
}
.BgClassName
{
background-color: #CFA46A;
}
</style>
border-color css
<style>
span { border-color: #CFA46A; }
span { border-color: rgb(207,164,106); }
td.TdClassName
{
border-color: #CFA46A;
}
.TagClassName
{
border-color: #CFA46A;
}
</style>