Shades of Cherokee #FCC885
Tints of Cherokee #FCC885
RGB
CMYK
RGB Variations
Color information
#FCC885 (or 0xFCC885) is known color: Cherokee. HEX triplet: FC, C8 and 85. RGB value is (252,200,133). Sum of RGB (Red+Green+Blue) = 252+200+133=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC885 is #03377A. Grayscale: #D0D0D0. Windows color (decimal): -210811 or 8767740. OLE color: 8767740.
HSL color Cylindrical-coordinate representation of color #FCC885: hue angle of 33.78º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCC885 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 133 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.01 |
| HSL | 33.78º | 0.95% | 0.75% | - |
| HSV(B) | 33.78º | 0.47% | 0.99% | - |
| XYZ | 65.03 | 63.7 | 31.06 | - |
| YUV | 207.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 133 | 0 | 0.21 | 0.47 | 0.01 | 33.78 | 0.95 | 0.75 |
| Hex | FC | C8 | 85 | 0 | 15 | 2F | 1 | 22 | 5F | 4B |
| Octal | 374 | 310 | 205 | 0 | 25 | 57 | 1 | 42 | 137 | 113 |
| Binary | 11111100 | 11001000 | 10000101 | 0 | 10101 | 101111 | 1 | 100010 | 1011111 | 1001011 |
Color Harmonies of #FCC885
Complementary color
Monochromatic Colors of #FCC885
Black with #FCC885
Text Example
Text Example
White with #FCC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC885; }
p { color: rgb(252,200,133); }
H1.HeaderClassName
{
color: #FCC885;
}
.AnyTagClassName
{
color: #FCC885;
}
</style>
background-color css
<style>
a { background-color: #FCC885; }
a { background-color: rgb(252,200,133); }
div.DivClassName
{
background-color: #FCC885;
}
.BgClassName
{
background-color: #FCC885;
}
</style>
border-color css
<style>
span { border-color: #FCC885; }
span { border-color: rgb(252,200,133); }
td.TdClassName
{
border-color: #FCC885;
}
.TagClassName
{
border-color: #FCC885;
}
</style>