Shades of Cherokee #F3C384
Tints of Cherokee #F3C384
RGB
CMYK
RGB Variations
Color information
#F3C384 (or 0xF3C384) is known color: Cherokee. HEX triplet: F3, C3 and 84. RGB value is (243,195,132). Sum of RGB (Red+Green+Blue) = 243+195+132=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C384 is #0C3C7B. Grayscale: #CACACA. Windows color (decimal): -801916 or 8700915. OLE color: 8700915.
HSL color Cylindrical-coordinate representation of color #F3C384: hue angle of 34.05º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F3C384 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 132 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.05 |
| HSL | 34.05º | 0.82% | 0.74% | - |
| HSV(B) | 34.05º | 0.46% | 0.95% | - |
| XYZ | 60.64 | 59.75 | 30.17 | - |
| YUV | 202.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 132 | 0 | 0.20 | 0.46 | 0.05 | 34.05 | 0.82 | 0.74 |
| Hex | F3 | C3 | 84 | 0 | 14 | 2E | 5 | 22 | 52 | 4A |
| Octal | 363 | 303 | 204 | 0 | 24 | 56 | 5 | 42 | 122 | 112 |
| Binary | 11110011 | 11000011 | 10000100 | 0 | 10100 | 101110 | 101 | 100010 | 1010010 | 1001010 |
Color Harmonies of #F3C384
Complementary color
Monochromatic Colors of #F3C384
Black with #F3C384
Text Example
Text Example
White with #F3C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C384; }
p { color: rgb(243,195,132); }
H1.HeaderClassName
{
color: #F3C384;
}
.AnyTagClassName
{
color: #F3C384;
}
</style>
background-color css
<style>
a { background-color: #F3C384; }
a { background-color: rgb(243,195,132); }
div.DivClassName
{
background-color: #F3C384;
}
.BgClassName
{
background-color: #F3C384;
}
</style>
border-color css
<style>
span { border-color: #F3C384; }
span { border-color: rgb(243,195,132); }
td.TdClassName
{
border-color: #F3C384;
}
.TagClassName
{
border-color: #F3C384;
}
</style>