Shades of Fallow #CA9D64
Tints of Fallow #CA9D64
RGB
CMYK
RGB Variations
Color information
#CA9D64 (or 0xCA9D64) is known color: Fallow. HEX triplet: CA, 9D and 64. RGB value is (202,157,100). Sum of RGB (Red+Green+Blue) = 202+157+100=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D64 is #35629B. Grayscale: #A4A4A4. Windows color (decimal): -3498652 or 6593994. OLE color: 6593994.
HSL color Cylindrical-coordinate representation of color #CA9D64: hue angle of 33.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA9D64 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 100 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.21 |
| HSL | 33.53º | 0.49% | 0.59% | - |
| HSV(B) | 33.53º | 0.5% | 0.79% | - |
| XYZ | 38.71 | 37.59 | 17.27 | - |
| YUV | 163.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 100 | 0 | 0.22 | 0.50 | 0.21 | 33.53 | 0.49 | 0.59 |
| Hex | CA | 9D | 64 | 0 | 16 | 32 | 15 | 22 | 31 | 3B |
| Octal | 312 | 235 | 144 | 0 | 26 | 62 | 25 | 42 | 61 | 73 |
| Binary | 11001010 | 10011101 | 1100100 | 0 | 10110 | 110010 | 10101 | 100010 | 110001 | 111011 |
Color Harmonies of #CA9D64
Complementary color
Monochromatic Colors of #CA9D64
Black with #CA9D64
Text Example
Text Example
White with #CA9D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D64; }
p { color: rgb(202,157,100); }
H1.HeaderClassName
{
color: #CA9D64;
}
.AnyTagClassName
{
color: #CA9D64;
}
</style>
background-color css
<style>
a { background-color: #CA9D64; }
a { background-color: rgb(202,157,100); }
div.DivClassName
{
background-color: #CA9D64;
}
.BgClassName
{
background-color: #CA9D64;
}
</style>
border-color css
<style>
span { border-color: #CA9D64; }
span { border-color: rgb(202,157,100); }
td.TdClassName
{
border-color: #CA9D64;
}
.TagClassName
{
border-color: #CA9D64;
}
</style>