Shades of Fallow #CCA267
Tints of Fallow #CCA267
RGB
CMYK
RGB Variations
Color information
#CCA267 (or 0xCCA267) is known color: Fallow. HEX triplet: CC, A2 and 67. RGB value is (204,162,103). Sum of RGB (Red+Green+Blue) = 204+162+103=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA267 is #335D98. Grayscale: #A8A8A8. Windows color (decimal): -3366297 or 6791884. OLE color: 6791884.
HSL color Cylindrical-coordinate representation of color #CCA267: hue angle of 35.05º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA267 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 103 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.2 |
| HSL | 35.05º | 0.5% | 0.6% | - |
| HSV(B) | 35.05º | 0.5% | 0.8% | - |
| XYZ | 40.27 | 39.66 | 18.36 | - |
| YUV | 167.83 | 91.41 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 103 | 0 | 0.21 | 0.50 | 0.2 | 35.05 | 0.5 | 0.6 |
| Hex | CC | A2 | 67 | 0 | 15 | 32 | 14 | 23 | 32 | 3C |
| Octal | 314 | 242 | 147 | 0 | 25 | 62 | 24 | 43 | 62 | 74 |
| Binary | 11001100 | 10100010 | 1100111 | 0 | 10101 | 110010 | 10100 | 100011 | 110010 | 111100 |
Color Harmonies of #CCA267
Complementary color
Monochromatic Colors of #CCA267
Black with #CCA267
Text Example
Text Example
White with #CCA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA267; }
p { color: rgb(204,162,103); }
H1.HeaderClassName
{
color: #CCA267;
}
.AnyTagClassName
{
color: #CCA267;
}
</style>
background-color css
<style>
a { background-color: #CCA267; }
a { background-color: rgb(204,162,103); }
div.DivClassName
{
background-color: #CCA267;
}
.BgClassName
{
background-color: #CCA267;
}
</style>
border-color css
<style>
span { border-color: #CCA267; }
span { border-color: rgb(204,162,103); }
td.TdClassName
{
border-color: #CCA267;
}
.TagClassName
{
border-color: #CCA267;
}
</style>