Shades of Putty #CFAA6D
Tints of Putty #CFAA6D
RGB
CMYK
RGB Variations
Color information
#CFAA6D (or 0xCFAA6D) is known color: Putty. HEX triplet: CF, AA and 6D. RGB value is (207,170,109). Sum of RGB (Red+Green+Blue) = 207+170+109=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA6D is #305592. Grayscale: #AEAEAE. Windows color (decimal): -3167635 or 7187151. OLE color: 7187151.
HSL color Cylindrical-coordinate representation of color #CFAA6D: hue angle of 37.35º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFAA6D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 109 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.19 |
| HSL | 37.35º | 0.51% | 0.62% | - |
| HSV(B) | 37.35º | 0.47% | 0.81% | - |
| XYZ | 42.87 | 43.12 | 20.53 | - |
| YUV | 174.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 109 | 0 | 0.18 | 0.47 | 0.19 | 37.35 | 0.51 | 0.62 |
| Hex | CF | AA | 6D | 0 | 12 | 2F | 13 | 25 | 33 | 3E |
| Octal | 317 | 252 | 155 | 0 | 22 | 57 | 23 | 45 | 63 | 76 |
| Binary | 11001111 | 10101010 | 1101101 | 0 | 10010 | 101111 | 10011 | 100101 | 110011 | 111110 |
Color Harmonies of #CFAA6D
Complementary color
Monochromatic Colors of #CFAA6D
Black with #CFAA6D
Text Example
Text Example
White with #CFAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA6D; }
p { color: rgb(207,170,109); }
H1.HeaderClassName
{
color: #CFAA6D;
}
.AnyTagClassName
{
color: #CFAA6D;
}
</style>
background-color css
<style>
a { background-color: #CFAA6D; }
a { background-color: rgb(207,170,109); }
div.DivClassName
{
background-color: #CFAA6D;
}
.BgClassName
{
background-color: #CFAA6D;
}
</style>
border-color css
<style>
span { border-color: #CFAA6D; }
span { border-color: rgb(207,170,109); }
td.TdClassName
{
border-color: #CFAA6D;
}
.TagClassName
{
border-color: #CFAA6D;
}
</style>