Shades of Fallow #CAA268
Tints of Fallow #CAA268
RGB
CMYK
RGB Variations
Color information
#CAA268 (or 0xCAA268) is known color: Fallow. HEX triplet: CA, A2 and 68. RGB value is (202,162,104). Sum of RGB (Red+Green+Blue) = 202+162+104=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA268 is #355D97. Grayscale: #A7A7A7. Windows color (decimal): -3497368 or 6857418. OLE color: 6857418.
HSL color Cylindrical-coordinate representation of color #CAA268: hue angle of 35.51º 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 #CAA268 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 104 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.21 |
| HSL | 35.51º | 0.48% | 0.6% | - |
| HSV(B) | 35.51º | 0.49% | 0.79% | - |
| XYZ | 39.78 | 39.4 | 18.6 | - |
| YUV | 167.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 104 | 0 | 0.20 | 0.49 | 0.21 | 35.51 | 0.48 | 0.6 |
| Hex | CA | A2 | 68 | 0 | 14 | 31 | 15 | 24 | 30 | 3C |
| Octal | 312 | 242 | 150 | 0 | 24 | 61 | 25 | 44 | 60 | 74 |
| Binary | 11001010 | 10100010 | 1101000 | 0 | 10100 | 110001 | 10101 | 100100 | 110000 | 111100 |
Color Harmonies of #CAA268
Complementary color
Monochromatic Colors of #CAA268
Black with #CAA268
Text Example
Text Example
White with #CAA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA268; }
p { color: rgb(202,162,104); }
H1.HeaderClassName
{
color: #CAA268;
}
.AnyTagClassName
{
color: #CAA268;
}
</style>
background-color css
<style>
a { background-color: #CAA268; }
a { background-color: rgb(202,162,104); }
div.DivClassName
{
background-color: #CAA268;
}
.BgClassName
{
background-color: #CAA268;
}
</style>
border-color css
<style>
span { border-color: #CAA268; }
span { border-color: rgb(202,162,104); }
td.TdClassName
{
border-color: #CAA268;
}
.TagClassName
{
border-color: #CAA268;
}
</style>