Shades of Fallow #CAA36B
Tints of Fallow #CAA36B
RGB
CMYK
RGB Variations
Color information
#CAA36B (or 0xCAA36B) is known color: Fallow. HEX triplet: CA, A3 and 6B. RGB value is (202,163,107). Sum of RGB (Red+Green+Blue) = 202+163+107=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA36B is #355C94. Grayscale: #A8A8A8. Windows color (decimal): -3497109 or 7054282. OLE color: 7054282.
HSL color Cylindrical-coordinate representation of color #CAA36B: hue angle of 35.37º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAA36B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 107 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.21 |
| HSL | 35.37º | 0.47% | 0.61% | - |
| HSV(B) | 35.37º | 0.47% | 0.79% | - |
| XYZ | 40.11 | 39.81 | 19.48 | - |
| YUV | 168.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 107 | 0 | 0.19 | 0.47 | 0.21 | 35.37 | 0.47 | 0.61 |
| Hex | CA | A3 | 6B | 0 | 13 | 2F | 15 | 23 | 2F | 3D |
| Octal | 312 | 243 | 153 | 0 | 23 | 57 | 25 | 43 | 57 | 75 |
| Binary | 11001010 | 10100011 | 1101011 | 0 | 10011 | 101111 | 10101 | 100011 | 101111 | 111101 |
Color Harmonies of #CAA36B
Complementary color
Monochromatic Colors of #CAA36B
Black with #CAA36B
Text Example
Text Example
White with #CAA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA36B; }
p { color: rgb(202,163,107); }
H1.HeaderClassName
{
color: #CAA36B;
}
.AnyTagClassName
{
color: #CAA36B;
}
</style>
background-color css
<style>
a { background-color: #CAA36B; }
a { background-color: rgb(202,163,107); }
div.DivClassName
{
background-color: #CAA36B;
}
.BgClassName
{
background-color: #CAA36B;
}
</style>
border-color css
<style>
span { border-color: #CAA36B; }
span { border-color: rgb(202,163,107); }
td.TdClassName
{
border-color: #CAA36B;
}
.TagClassName
{
border-color: #CAA36B;
}
</style>