Shades of Putty #CFAB6C
Tints of Putty #CFAB6C
RGB
CMYK
RGB Variations
Color information
#CFAB6C (or 0xCFAB6C) is known color: Putty. HEX triplet: CF, AB and 6C. RGB value is (207,171,108). Sum of RGB (Red+Green+Blue) = 207+171+108=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB6C is #305493. Grayscale: #AEAEAE. Windows color (decimal): -3167380 or 7121871. OLE color: 7121871.
HSL color Cylindrical-coordinate representation of color #CFAB6C: hue angle of 38.18º 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 #CFAB6C is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 108 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.19 |
| HSL | 38.18º | 0.51% | 0.62% | - |
| HSV(B) | 38.18º | 0.48% | 0.81% | - |
| XYZ | 43 | 43.47 | 20.31 | - |
| YUV | 174.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 108 | 0 | 0.17 | 0.48 | 0.19 | 38.18 | 0.51 | 0.62 |
| Hex | CF | AB | 6C | 0 | 11 | 30 | 13 | 26 | 33 | 3E |
| Octal | 317 | 253 | 154 | 0 | 21 | 60 | 23 | 46 | 63 | 76 |
| Binary | 11001111 | 10101011 | 1101100 | 0 | 10001 | 110000 | 10011 | 100110 | 110011 | 111110 |
Color Harmonies of #CFAB6C
Complementary color
Monochromatic Colors of #CFAB6C
Black with #CFAB6C
Text Example
Text Example
White with #CFAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB6C; }
p { color: rgb(207,171,108); }
H1.HeaderClassName
{
color: #CFAB6C;
}
.AnyTagClassName
{
color: #CFAB6C;
}
</style>
background-color css
<style>
a { background-color: #CFAB6C; }
a { background-color: rgb(207,171,108); }
div.DivClassName
{
background-color: #CFAB6C;
}
.BgClassName
{
background-color: #CFAB6C;
}
</style>
border-color css
<style>
span { border-color: #CFAB6C; }
span { border-color: rgb(207,171,108); }
td.TdClassName
{
border-color: #CFAB6C;
}
.TagClassName
{
border-color: #CFAB6C;
}
</style>