Shades of Fallow #CCA26C
Tints of Fallow #CCA26C
RGB
CMYK
RGB Variations
Color information
#CCA26C (or 0xCCA26C) is known color: Fallow. HEX triplet: CC, A2 and 6C. RGB value is (204,162,108). Sum of RGB (Red+Green+Blue) = 204+162+108=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA26C is #335D93. Grayscale: #A8A8A8. Windows color (decimal): -3366292 or 7119564. OLE color: 7119564.
HSL color Cylindrical-coordinate representation of color #CCA26C: hue angle of 33.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCA26C is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 108 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.2 |
| HSL | 33.75º | 0.48% | 0.61% | - |
| HSV(B) | 33.75º | 0.47% | 0.8% | - |
| XYZ | 40.53 | 39.76 | 19.73 | - |
| YUV | 168.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 108 | 0 | 0.21 | 0.47 | 0.2 | 33.75 | 0.48 | 0.61 |
| Hex | CC | A2 | 6C | 0 | 15 | 2F | 14 | 22 | 30 | 3D |
| Octal | 314 | 242 | 154 | 0 | 25 | 57 | 24 | 42 | 60 | 75 |
| Binary | 11001100 | 10100010 | 1101100 | 0 | 10101 | 101111 | 10100 | 100010 | 110000 | 111101 |
Color Harmonies of #CCA26C
Complementary color
Monochromatic Colors of #CCA26C
Black with #CCA26C
Text Example
Text Example
White with #CCA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA26C; }
p { color: rgb(204,162,108); }
H1.HeaderClassName
{
color: #CCA26C;
}
.AnyTagClassName
{
color: #CCA26C;
}
</style>
background-color css
<style>
a { background-color: #CCA26C; }
a { background-color: rgb(204,162,108); }
div.DivClassName
{
background-color: #CCA26C;
}
.BgClassName
{
background-color: #CCA26C;
}
</style>
border-color css
<style>
span { border-color: #CCA26C; }
span { border-color: rgb(204,162,108); }
td.TdClassName
{
border-color: #CCA26C;
}
.TagClassName
{
border-color: #CCA26C;
}
</style>