Shades of Cherokee #F3C685
Tints of Cherokee #F3C685
RGB
CMYK
RGB Variations
Color information
#F3C685 (or 0xF3C685) is known color: Cherokee. HEX triplet: F3, C6 and 85. RGB value is (243,198,133). Sum of RGB (Red+Green+Blue) = 243+198+133=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C685 is #0C397A. Grayscale: #CCCCCC. Windows color (decimal): -801147 or 8767219. OLE color: 8767219.
HSL color Cylindrical-coordinate representation of color #F3C685: hue angle of 35.45º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3C685 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 133 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.05 |
| HSL | 35.45º | 0.82% | 0.74% | - |
| HSV(B) | 35.45º | 0.45% | 0.95% | - |
| XYZ | 61.39 | 61.14 | 30.76 | - |
| YUV | 204.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 133 | 0 | 0.19 | 0.45 | 0.05 | 35.45 | 0.82 | 0.74 |
| Hex | F3 | C6 | 85 | 0 | 13 | 2D | 5 | 23 | 52 | 4A |
| Octal | 363 | 306 | 205 | 0 | 23 | 55 | 5 | 43 | 122 | 112 |
| Binary | 11110011 | 11000110 | 10000101 | 0 | 10011 | 101101 | 101 | 100011 | 1010010 | 1001010 |
Color Harmonies of #F3C685
Complementary color
Monochromatic Colors of #F3C685
Black with #F3C685
Text Example
Text Example
White with #F3C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C685; }
p { color: rgb(243,198,133); }
H1.HeaderClassName
{
color: #F3C685;
}
.AnyTagClassName
{
color: #F3C685;
}
</style>
background-color css
<style>
a { background-color: #F3C685; }
a { background-color: rgb(243,198,133); }
div.DivClassName
{
background-color: #F3C685;
}
.BgClassName
{
background-color: #F3C685;
}
</style>
border-color css
<style>
span { border-color: #F3C685; }
span { border-color: rgb(243,198,133); }
td.TdClassName
{
border-color: #F3C685;
}
.TagClassName
{
border-color: #F3C685;
}
</style>