Shades of Fallow #CF9C67
Tints of Fallow #CF9C67
RGB
CMYK
RGB Variations
Color information
#CF9C67 (or 0xCF9C67) is known color: Fallow. HEX triplet: CF, 9C and 67. RGB value is (207,156,103). Sum of RGB (Red+Green+Blue) = 207+156+103=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C67 is #306398. Grayscale: #A5A5A5. Windows color (decimal): -3171225 or 6790351. OLE color: 6790351.
HSL color Cylindrical-coordinate representation of color #CF9C67: hue angle of 30.58º 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 #CF9C67 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 103 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.19 |
| HSL | 30.58º | 0.52% | 0.61% | - |
| HSV(B) | 30.58º | 0.5% | 0.81% | - |
| XYZ | 40.07 | 38.02 | 18.06 | - |
| YUV | 165.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 103 | 0 | 0.25 | 0.50 | 0.19 | 30.58 | 0.52 | 0.61 |
| Hex | CF | 9C | 67 | 0 | 19 | 32 | 13 | 1F | 34 | 3D |
| Octal | 317 | 234 | 147 | 0 | 31 | 62 | 23 | 37 | 64 | 75 |
| Binary | 11001111 | 10011100 | 1100111 | 0 | 11001 | 110010 | 10011 | 11111 | 110100 | 111101 |
Color Harmonies of #CF9C67
Complementary color
Monochromatic Colors of #CF9C67
Black with #CF9C67
Text Example
Text Example
White with #CF9C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C67; }
p { color: rgb(207,156,103); }
H1.HeaderClassName
{
color: #CF9C67;
}
.AnyTagClassName
{
color: #CF9C67;
}
</style>
background-color css
<style>
a { background-color: #CF9C67; }
a { background-color: rgb(207,156,103); }
div.DivClassName
{
background-color: #CF9C67;
}
.BgClassName
{
background-color: #CF9C67;
}
</style>
border-color css
<style>
span { border-color: #CF9C67; }
span { border-color: rgb(207,156,103); }
td.TdClassName
{
border-color: #CF9C67;
}
.TagClassName
{
border-color: #CF9C67;
}
</style>