Shades of Fallow #CF9E67
Tints of Fallow #CF9E67
RGB
CMYK
RGB Variations
Color information
#CF9E67 (or 0xCF9E67) is known color: Fallow. HEX triplet: CF, 9E and 67. RGB value is (207,158,103). Sum of RGB (Red+Green+Blue) = 207+158+103=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E67 is #306198. Grayscale: #A6A6A6. Windows color (decimal): -3170713 or 6790863. OLE color: 6790863.
HSL color Cylindrical-coordinate representation of color #CF9E67: hue angle of 31.73º 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 #CF9E67 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 103 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.19 |
| HSL | 31.73º | 0.52% | 0.61% | - |
| HSV(B) | 31.73º | 0.5% | 0.81% | - |
| XYZ | 40.41 | 38.7 | 18.17 | - |
| YUV | 166.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 103 | 0 | 0.24 | 0.50 | 0.19 | 31.73 | 0.52 | 0.61 |
| Hex | CF | 9E | 67 | 0 | 18 | 32 | 13 | 20 | 34 | 3D |
| Octal | 317 | 236 | 147 | 0 | 30 | 62 | 23 | 40 | 64 | 75 |
| Binary | 11001111 | 10011110 | 1100111 | 0 | 11000 | 110010 | 10011 | 100000 | 110100 | 111101 |
Color Harmonies of #CF9E67
Complementary color
Monochromatic Colors of #CF9E67
Black with #CF9E67
Text Example
Text Example
White with #CF9E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E67; }
p { color: rgb(207,158,103); }
H1.HeaderClassName
{
color: #CF9E67;
}
.AnyTagClassName
{
color: #CF9E67;
}
</style>
background-color css
<style>
a { background-color: #CF9E67; }
a { background-color: rgb(207,158,103); }
div.DivClassName
{
background-color: #CF9E67;
}
.BgClassName
{
background-color: #CF9E67;
}
</style>
border-color css
<style>
span { border-color: #CF9E67; }
span { border-color: rgb(207,158,103); }
td.TdClassName
{
border-color: #CF9E67;
}
.TagClassName
{
border-color: #CF9E67;
}
</style>