Shades of Putty #CFAA6B
Tints of Putty #CFAA6B
RGB
CMYK
RGB Variations
Color information
#CFAA6B (or 0xCFAA6B) is known color: Putty. HEX triplet: CF, AA and 6B. RGB value is (207,170,107). Sum of RGB (Red+Green+Blue) = 207+170+107=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA6B is #305594. Grayscale: #AEAEAE. Windows color (decimal): -3167637 or 7056079. OLE color: 7056079.
HSL color Cylindrical-coordinate representation of color #CFAA6B: hue angle of 37.8º 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 #CFAA6B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 107 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.19 |
| HSL | 37.8º | 0.51% | 0.62% | - |
| HSV(B) | 37.8º | 0.48% | 0.81% | - |
| XYZ | 42.76 | 43.08 | 19.97 | - |
| YUV | 173.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 107 | 0 | 0.18 | 0.48 | 0.19 | 37.8 | 0.51 | 0.62 |
| Hex | CF | AA | 6B | 0 | 12 | 30 | 13 | 26 | 33 | 3E |
| Octal | 317 | 252 | 153 | 0 | 22 | 60 | 23 | 46 | 63 | 76 |
| Binary | 11001111 | 10101010 | 1101011 | 0 | 10010 | 110000 | 10011 | 100110 | 110011 | 111110 |
Color Harmonies of #CFAA6B
Complementary color
Monochromatic Colors of #CFAA6B
Black with #CFAA6B
Text Example
Text Example
White with #CFAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA6B; }
p { color: rgb(207,170,107); }
H1.HeaderClassName
{
color: #CFAA6B;
}
.AnyTagClassName
{
color: #CFAA6B;
}
</style>
background-color css
<style>
a { background-color: #CFAA6B; }
a { background-color: rgb(207,170,107); }
div.DivClassName
{
background-color: #CFAA6B;
}
.BgClassName
{
background-color: #CFAA6B;
}
</style>
border-color css
<style>
span { border-color: #CFAA6B; }
span { border-color: rgb(207,170,107); }
td.TdClassName
{
border-color: #CFAA6B;
}
.TagClassName
{
border-color: #CFAA6B;
}
</style>