Shades of Fallow #CA9E68
Tints of Fallow #CA9E68
RGB
CMYK
RGB Variations
Color information
#CA9E68 (or 0xCA9E68) is known color: Fallow. HEX triplet: CA, 9E and 68. RGB value is (202,158,104). Sum of RGB (Red+Green+Blue) = 202+158+104=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E68 is #356197. Grayscale: #A5A5A5. Windows color (decimal): -3498392 or 6856394. OLE color: 6856394.
HSL color Cylindrical-coordinate representation of color #CA9E68: hue angle of 33.06º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA9E68 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 104 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.21 |
| HSL | 33.06º | 0.48% | 0.6% | - |
| HSV(B) | 33.06º | 0.49% | 0.79% | - |
| XYZ | 39.08 | 38.01 | 18.37 | - |
| YUV | 165 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 104 | 0 | 0.22 | 0.49 | 0.21 | 33.06 | 0.48 | 0.6 |
| Hex | CA | 9E | 68 | 0 | 16 | 31 | 15 | 21 | 30 | 3C |
| Octal | 312 | 236 | 150 | 0 | 26 | 61 | 25 | 41 | 60 | 74 |
| Binary | 11001010 | 10011110 | 1101000 | 0 | 10110 | 110001 | 10101 | 100001 | 110000 | 111100 |
Color Harmonies of #CA9E68
Complementary color
Monochromatic Colors of #CA9E68
Black with #CA9E68
Text Example
Text Example
White with #CA9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E68; }
p { color: rgb(202,158,104); }
H1.HeaderClassName
{
color: #CA9E68;
}
.AnyTagClassName
{
color: #CA9E68;
}
</style>
background-color css
<style>
a { background-color: #CA9E68; }
a { background-color: rgb(202,158,104); }
div.DivClassName
{
background-color: #CA9E68;
}
.BgClassName
{
background-color: #CA9E68;
}
</style>
border-color css
<style>
span { border-color: #CA9E68; }
span { border-color: rgb(202,158,104); }
td.TdClassName
{
border-color: #CA9E68;
}
.TagClassName
{
border-color: #CA9E68;
}
</style>