Shades of Fallow #C99A6A
Tints of Fallow #C99A6A
RGB
CMYK
RGB Variations
Color information
#C99A6A (or 0xC99A6A) is known color: Fallow. HEX triplet: C9, 9A and 6A. RGB value is (201,154,106). Sum of RGB (Red+Green+Blue) = 201+154+106=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A6A is #366595. Grayscale: #A2A2A2. Windows color (decimal): -3564950 or 6986441. OLE color: 6986441.
HSL color Cylindrical-coordinate representation of color #C99A6A: hue angle of 30.32º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C99A6A is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 106 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.21 |
| HSL | 30.32º | 0.47% | 0.6% | - |
| HSV(B) | 30.32º | 0.47% | 0.79% | - |
| XYZ | 38.24 | 36.57 | 18.68 | - |
| YUV | 162.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 106 | 0 | 0.23 | 0.47 | 0.21 | 30.32 | 0.47 | 0.6 |
| Hex | C9 | 9A | 6A | 0 | 17 | 2F | 15 | 1E | 2F | 3C |
| Octal | 311 | 232 | 152 | 0 | 27 | 57 | 25 | 36 | 57 | 74 |
| Binary | 11001001 | 10011010 | 1101010 | 0 | 10111 | 101111 | 10101 | 11110 | 101111 | 111100 |
Color Harmonies of #C99A6A
Complementary color
Monochromatic Colors of #C99A6A
Black with #C99A6A
Text Example
Text Example
White with #C99A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A6A; }
p { color: rgb(201,154,106); }
H1.HeaderClassName
{
color: #C99A6A;
}
.AnyTagClassName
{
color: #C99A6A;
}
</style>
background-color css
<style>
a { background-color: #C99A6A; }
a { background-color: rgb(201,154,106); }
div.DivClassName
{
background-color: #C99A6A;
}
.BgClassName
{
background-color: #C99A6A;
}
</style>
border-color css
<style>
span { border-color: #C99A6A; }
span { border-color: rgb(201,154,106); }
td.TdClassName
{
border-color: #C99A6A;
}
.TagClassName
{
border-color: #C99A6A;
}
</style>