Shades of Fallow #CAA067
Tints of Fallow #CAA067
RGB
CMYK
RGB Variations
Color information
#CAA067 (or 0xCAA067) is known color: Fallow. HEX triplet: CA, A0 and 67. RGB value is (202,160,103). Sum of RGB (Red+Green+Blue) = 202+160+103=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA067 is #355F98. Grayscale: #A6A6A6. Windows color (decimal): -3497881 or 6791370. OLE color: 6791370.
HSL color Cylindrical-coordinate representation of color #CAA067: hue angle of 34.55º 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 #CAA067 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 103 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.21 |
| HSL | 34.55º | 0.48% | 0.6% | - |
| HSV(B) | 34.55º | 0.49% | 0.79% | - |
| XYZ | 39.38 | 38.68 | 18.22 | - |
| YUV | 166.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 103 | 0 | 0.21 | 0.49 | 0.21 | 34.55 | 0.48 | 0.6 |
| Hex | CA | A0 | 67 | 0 | 15 | 31 | 15 | 23 | 30 | 3C |
| Octal | 312 | 240 | 147 | 0 | 25 | 61 | 25 | 43 | 60 | 74 |
| Binary | 11001010 | 10100000 | 1100111 | 0 | 10101 | 110001 | 10101 | 100011 | 110000 | 111100 |
Color Harmonies of #CAA067
Complementary color
Monochromatic Colors of #CAA067
Black with #CAA067
Text Example
Text Example
White with #CAA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA067; }
p { color: rgb(202,160,103); }
H1.HeaderClassName
{
color: #CAA067;
}
.AnyTagClassName
{
color: #CAA067;
}
</style>
background-color css
<style>
a { background-color: #CAA067; }
a { background-color: rgb(202,160,103); }
div.DivClassName
{
background-color: #CAA067;
}
.BgClassName
{
background-color: #CAA067;
}
</style>
border-color css
<style>
span { border-color: #CAA067; }
span { border-color: rgb(202,160,103); }
td.TdClassName
{
border-color: #CAA067;
}
.TagClassName
{
border-color: #CAA067;
}
</style>