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