Shades of Putty #CFAA6A
Tints of Putty #CFAA6A
RGB
CMYK
RGB Variations
Color information
#CFAA6A (or 0xCFAA6A) is known color: Putty. HEX triplet: CF, AA and 6A. RGB value is (207,170,106). Sum of RGB (Red+Green+Blue) = 207+170+106=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA6A is #305595. Grayscale: #AEAEAE. Windows color (decimal): -3167638 or 6990543. OLE color: 6990543.
HSL color Cylindrical-coordinate representation of color #CFAA6A: hue angle of 38.02º 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 #CFAA6A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 106 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.19 |
| HSL | 38.02º | 0.51% | 0.61% | - |
| HSV(B) | 38.02º | 0.49% | 0.81% | - |
| XYZ | 42.71 | 43.06 | 19.7 | - |
| YUV | 173.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 106 | 0 | 0.18 | 0.49 | 0.19 | 38.02 | 0.51 | 0.61 |
| Hex | CF | AA | 6A | 0 | 12 | 31 | 13 | 26 | 33 | 3D |
| Octal | 317 | 252 | 152 | 0 | 22 | 61 | 23 | 46 | 63 | 75 |
| Binary | 11001111 | 10101010 | 1101010 | 0 | 10010 | 110001 | 10011 | 100110 | 110011 | 111101 |
Color Harmonies of #CFAA6A
Complementary color
Monochromatic Colors of #CFAA6A
Black with #CFAA6A
Text Example
Text Example
White with #CFAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA6A; }
p { color: rgb(207,170,106); }
H1.HeaderClassName
{
color: #CFAA6A;
}
.AnyTagClassName
{
color: #CFAA6A;
}
</style>
background-color css
<style>
a { background-color: #CFAA6A; }
a { background-color: rgb(207,170,106); }
div.DivClassName
{
background-color: #CFAA6A;
}
.BgClassName
{
background-color: #CFAA6A;
}
</style>
border-color css
<style>
span { border-color: #CFAA6A; }
span { border-color: rgb(207,170,106); }
td.TdClassName
{
border-color: #CFAA6A;
}
.TagClassName
{
border-color: #CFAA6A;
}
</style>