Shades of Putty #CFAC67
Tints of Putty #CFAC67
RGB
CMYK
RGB Variations
Color information
#CFAC67 (or 0xCFAC67) is known color: Putty. HEX triplet: CF, AC and 67. RGB value is (207,172,103). Sum of RGB (Red+Green+Blue) = 207+172+103=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC67 is #305398. Grayscale: #AEAEAE. Windows color (decimal): -3167129 or 6794447. OLE color: 6794447.
HSL color Cylindrical-coordinate representation of color #CFAC67: hue angle of 39.81º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFAC67 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 103 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.19 |
| HSL | 39.81º | 0.52% | 0.61% | - |
| HSV(B) | 39.81º | 0.5% | 0.81% | - |
| XYZ | 42.93 | 43.75 | 19.01 | - |
| YUV | 174.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 103 | 0 | 0.17 | 0.50 | 0.19 | 39.81 | 0.52 | 0.61 |
| Hex | CF | AC | 67 | 0 | 11 | 32 | 13 | 28 | 34 | 3D |
| Octal | 317 | 254 | 147 | 0 | 21 | 62 | 23 | 50 | 64 | 75 |
| Binary | 11001111 | 10101100 | 1100111 | 0 | 10001 | 110010 | 10011 | 101000 | 110100 | 111101 |
Color Harmonies of #CFAC67
Complementary color
Monochromatic Colors of #CFAC67
Black with #CFAC67
Text Example
Text Example
White with #CFAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC67; }
p { color: rgb(207,172,103); }
H1.HeaderClassName
{
color: #CFAC67;
}
.AnyTagClassName
{
color: #CFAC67;
}
</style>
background-color css
<style>
a { background-color: #CFAC67; }
a { background-color: rgb(207,172,103); }
div.DivClassName
{
background-color: #CFAC67;
}
.BgClassName
{
background-color: #CFAC67;
}
</style>
border-color css
<style>
span { border-color: #CFAC67; }
span { border-color: rgb(207,172,103); }
td.TdClassName
{
border-color: #CFAC67;
}
.TagClassName
{
border-color: #CFAC67;
}
</style>