Shades of Putty #CFAC6C
Tints of Putty #CFAC6C
RGB
CMYK
RGB Variations
Color information
#CFAC6C (or 0xCFAC6C) is known color: Putty. HEX triplet: CF, AC and 6C. RGB value is (207,172,108). Sum of RGB (Red+Green+Blue) = 207+172+108=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC6C is #305393. Grayscale: #AFAFAF. Windows color (decimal): -3167124 or 7122127. OLE color: 7122127.
HSL color Cylindrical-coordinate representation of color #CFAC6C: hue angle of 38.79º 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 #CFAC6C is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 108 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.19 |
| HSL | 38.79º | 0.51% | 0.62% | - |
| HSV(B) | 38.79º | 0.48% | 0.81% | - |
| XYZ | 43.19 | 43.85 | 20.38 | - |
| YUV | 175.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 108 | 0 | 0.17 | 0.48 | 0.19 | 38.79 | 0.51 | 0.62 |
| Hex | CF | AC | 6C | 0 | 11 | 30 | 13 | 27 | 33 | 3E |
| Octal | 317 | 254 | 154 | 0 | 21 | 60 | 23 | 47 | 63 | 76 |
| Binary | 11001111 | 10101100 | 1101100 | 0 | 10001 | 110000 | 10011 | 100111 | 110011 | 111110 |
Color Harmonies of #CFAC6C
Complementary color
Monochromatic Colors of #CFAC6C
Black with #CFAC6C
Text Example
Text Example
White with #CFAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC6C; }
p { color: rgb(207,172,108); }
H1.HeaderClassName
{
color: #CFAC6C;
}
.AnyTagClassName
{
color: #CFAC6C;
}
</style>
background-color css
<style>
a { background-color: #CFAC6C; }
a { background-color: rgb(207,172,108); }
div.DivClassName
{
background-color: #CFAC6C;
}
.BgClassName
{
background-color: #CFAC6C;
}
</style>
border-color css
<style>
span { border-color: #CFAC6C; }
span { border-color: rgb(207,172,108); }
td.TdClassName
{
border-color: #CFAC6C;
}
.TagClassName
{
border-color: #CFAC6C;
}
</style>