Shades of Fallow #CA9B68
Tints of Fallow #CA9B68
RGB
CMYK
RGB Variations
Color information
#CA9B68 (or 0xCA9B68) is known color: Fallow. HEX triplet: CA, 9B and 68. RGB value is (202,155,104). Sum of RGB (Red+Green+Blue) = 202+155+104=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B68 is #356497. Grayscale: #A3A3A3. Windows color (decimal): -3499160 or 6855626. OLE color: 6855626.
HSL color Cylindrical-coordinate representation of color #CA9B68: hue angle of 31.22º 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 #CA9B68 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 104 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.21 |
| HSL | 31.22º | 0.48% | 0.6% | - |
| HSV(B) | 31.22º | 0.49% | 0.79% | - |
| XYZ | 38.58 | 37 | 18.2 | - |
| YUV | 163.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 104 | 0 | 0.23 | 0.49 | 0.21 | 31.22 | 0.48 | 0.6 |
| Hex | CA | 9B | 68 | 0 | 17 | 31 | 15 | 1F | 30 | 3C |
| Octal | 312 | 233 | 150 | 0 | 27 | 61 | 25 | 37 | 60 | 74 |
| Binary | 11001010 | 10011011 | 1101000 | 0 | 10111 | 110001 | 10101 | 11111 | 110000 | 111100 |
Color Harmonies of #CA9B68
Complementary color
Monochromatic Colors of #CA9B68
Black with #CA9B68
Text Example
Text Example
White with #CA9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B68; }
p { color: rgb(202,155,104); }
H1.HeaderClassName
{
color: #CA9B68;
}
.AnyTagClassName
{
color: #CA9B68;
}
</style>
background-color css
<style>
a { background-color: #CA9B68; }
a { background-color: rgb(202,155,104); }
div.DivClassName
{
background-color: #CA9B68;
}
.BgClassName
{
background-color: #CA9B68;
}
</style>
border-color css
<style>
span { border-color: #CA9B68; }
span { border-color: rgb(202,155,104); }
td.TdClassName
{
border-color: #CA9B68;
}
.TagClassName
{
border-color: #CA9B68;
}
</style>