Shades of Cherokee #FFCA89
Tints of Cherokee #FFCA89
RGB
CMYK
RGB Variations
Color information
#FFCA89 (or 0xFFCA89) is known color: Cherokee. HEX triplet: FF, CA and 89. RGB value is (255,202,137). Sum of RGB (Red+Green+Blue) = 255+202+137=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA89 is #003576. Grayscale: #D2D2D2. Windows color (decimal): -13687 or 9030399. OLE color: 9030399.
HSL color Cylindrical-coordinate representation of color #FFCA89: hue angle of 33.05º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFCA89 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 137 | - |
| CMYK | 0 | 0.21 | 0.46 | 0 |
| HSL | 33.05º | 1% | 0.77% | - |
| HSV(B) | 33.05º | 0.46% | 1% | - |
| XYZ | 66.88 | 65.31 | 32.75 | - |
| YUV | 210.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 137 | 0 | 0.21 | 0.46 | 0 | 33.05 | 1 | 0.77 |
| Hex | FF | CA | 89 | 0 | 15 | 2E | 0 | 21 | 64 | 4D |
| Octal | 377 | 312 | 211 | 0 | 25 | 56 | 0 | 41 | 144 | 115 |
| Binary | 11111111 | 11001010 | 10001001 | 0 | 10101 | 101110 | 0 | 100001 | 1100100 | 1001101 |
Color Harmonies of #FFCA89
Complementary color
Monochromatic Colors of #FFCA89
Black with #FFCA89
Text Example
Text Example
White with #FFCA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA89; }
p { color: rgb(255,202,137); }
H1.HeaderClassName
{
color: #FFCA89;
}
.AnyTagClassName
{
color: #FFCA89;
}
</style>
background-color css
<style>
a { background-color: #FFCA89; }
a { background-color: rgb(255,202,137); }
div.DivClassName
{
background-color: #FFCA89;
}
.BgClassName
{
background-color: #FFCA89;
}
</style>
border-color css
<style>
span { border-color: #FFCA89; }
span { border-color: rgb(255,202,137); }
td.TdClassName
{
border-color: #FFCA89;
}
.TagClassName
{
border-color: #FFCA89;
}
</style>