Shades of Fallow #C99B6C
Tints of Fallow #C99B6C
RGB
CMYK
RGB Variations
Color information
#C99B6C (or 0xC99B6C) is known color: Fallow. HEX triplet: C9, 9B and 6C. RGB value is (201,155,108). Sum of RGB (Red+Green+Blue) = 201+155+108=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99B6C is #366493. Grayscale: #A3A3A3. Windows color (decimal): -3564692 or 7117769. OLE color: 7117769.
HSL color Cylindrical-coordinate representation of color #C99B6C: hue angle of 30.32º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C99B6C is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 108 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.21 |
| HSL | 30.32º | 0.46% | 0.61% | - |
| HSV(B) | 30.32º | 0.46% | 0.79% | - |
| XYZ | 38.52 | 36.94 | 19.29 | - |
| YUV | 163.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 108 | 0 | 0.23 | 0.46 | 0.21 | 30.32 | 0.46 | 0.61 |
| Hex | C9 | 9B | 6C | 0 | 17 | 2E | 15 | 1E | 2E | 3D |
| Octal | 311 | 233 | 154 | 0 | 27 | 56 | 25 | 36 | 56 | 75 |
| Binary | 11001001 | 10011011 | 1101100 | 0 | 10111 | 101110 | 10101 | 11110 | 101110 | 111101 |
Color Harmonies of #C99B6C
Complementary color
Monochromatic Colors of #C99B6C
Black with #C99B6C
Text Example
Text Example
White with #C99B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B6C; }
p { color: rgb(201,155,108); }
H1.HeaderClassName
{
color: #C99B6C;
}
.AnyTagClassName
{
color: #C99B6C;
}
</style>
background-color css
<style>
a { background-color: #C99B6C; }
a { background-color: rgb(201,155,108); }
div.DivClassName
{
background-color: #C99B6C;
}
.BgClassName
{
background-color: #C99B6C;
}
</style>
border-color css
<style>
span { border-color: #C99B6C; }
span { border-color: rgb(201,155,108); }
td.TdClassName
{
border-color: #C99B6C;
}
.TagClassName
{
border-color: #C99B6C;
}
</style>