Shades of Cherokee #FCCA8B
Tints of Cherokee #FCCA8B
RGB
CMYK
RGB Variations
Color information
#FCCA8B (or 0xFCCA8B) is known color: Cherokee. HEX triplet: FC, CA and 8B. RGB value is (252,202,139). Sum of RGB (Red+Green+Blue) = 252+202+139=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA8B is #033574. Grayscale: #D2D2D2. Windows color (decimal): -210293 or 9161468. OLE color: 9161468.
HSL color Cylindrical-coordinate representation of color #FCCA8B: hue angle of 33.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCCA8B is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 139 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.01 |
| HSL | 33.45º | 0.95% | 0.77% | - |
| HSV(B) | 33.45º | 0.45% | 0.99% | - |
| XYZ | 65.93 | 64.8 | 33.46 | - |
| YUV | 209.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 139 | 0 | 0.20 | 0.45 | 0.01 | 33.45 | 0.95 | 0.77 |
| Hex | FC | CA | 8B | 0 | 14 | 2D | 1 | 21 | 5F | 4D |
| Octal | 374 | 312 | 213 | 0 | 24 | 55 | 1 | 41 | 137 | 115 |
| Binary | 11111100 | 11001010 | 10001011 | 0 | 10100 | 101101 | 1 | 100001 | 1011111 | 1001101 |
Color Harmonies of #FCCA8B
Complementary color
Monochromatic Colors of #FCCA8B
Black with #FCCA8B
Text Example
Text Example
White with #FCCA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA8B; }
p { color: rgb(252,202,139); }
H1.HeaderClassName
{
color: #FCCA8B;
}
.AnyTagClassName
{
color: #FCCA8B;
}
</style>
background-color css
<style>
a { background-color: #FCCA8B; }
a { background-color: rgb(252,202,139); }
div.DivClassName
{
background-color: #FCCA8B;
}
.BgClassName
{
background-color: #FCCA8B;
}
</style>
border-color css
<style>
span { border-color: #FCCA8B; }
span { border-color: rgb(252,202,139); }
td.TdClassName
{
border-color: #FCCA8B;
}
.TagClassName
{
border-color: #FCCA8B;
}
</style>