Shades of Cherokee #F5C48B
Tints of Cherokee #F5C48B
RGB
CMYK
RGB Variations
Color information
#F5C48B (or 0xF5C48B) is known color: Cherokee. HEX triplet: F5, C4 and 8B. RGB value is (245,196,139). Sum of RGB (Red+Green+Blue) = 245+196+139=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C48B is #0A3B74. Grayscale: #CCCCCC. Windows color (decimal): -670581 or 9159925. OLE color: 9159925.
HSL color Cylindrical-coordinate representation of color #F5C48B: hue angle of 32.26º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5C48B is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 139 | - |
| CMYK | 0 | 0.2 | 0.43 | 0.04 |
| HSL | 32.26º | 0.84% | 0.75% | - |
| HSV(B) | 32.26º | 0.43% | 0.96% | - |
| XYZ | 62.06 | 60.76 | 32.88 | - |
| YUV | 204.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 139 | 0 | 0.2 | 0.43 | 0.04 | 32.26 | 0.84 | 0.75 |
| Hex | F5 | C4 | 8B | 0 | 14 | 2B | 4 | 20 | 54 | 4B |
| Octal | 365 | 304 | 213 | 0 | 24 | 53 | 4 | 40 | 124 | 113 |
| Binary | 11110101 | 11000100 | 10001011 | 0 | 10100 | 101011 | 100 | 100000 | 1010100 | 1001011 |
Color Harmonies of #F5C48B
Complementary color
Monochromatic Colors of #F5C48B
Black with #F5C48B
Text Example
Text Example
White with #F5C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C48B; }
p { color: rgb(245,196,139); }
H1.HeaderClassName
{
color: #F5C48B;
}
.AnyTagClassName
{
color: #F5C48B;
}
</style>
background-color css
<style>
a { background-color: #F5C48B; }
a { background-color: rgb(245,196,139); }
div.DivClassName
{
background-color: #F5C48B;
}
.BgClassName
{
background-color: #F5C48B;
}
</style>
border-color css
<style>
span { border-color: #F5C48B; }
span { border-color: rgb(245,196,139); }
td.TdClassName
{
border-color: #F5C48B;
}
.TagClassName
{
border-color: #F5C48B;
}
</style>