Shades of Cherokee #FFCA85
Tints of Cherokee #FFCA85
RGB
CMYK
RGB Variations
Color information
#FFCA85 (or 0xFFCA85) is known color: Cherokee. HEX triplet: FF, CA and 85. RGB value is (255,202,133). Sum of RGB (Red+Green+Blue) = 255+202+133=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA85 is #00357A. Grayscale: #D2D2D2. Windows color (decimal): -13691 or 8768255. OLE color: 8768255.
HSL color Cylindrical-coordinate representation of color #FFCA85: hue angle of 33.93º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFCA85 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 133 | - |
| CMYK | 0 | 0.21 | 0.48 | 0 |
| HSL | 33.93º | 1% | 0.76% | - |
| HSV(B) | 33.93º | 0.48% | 1% | - |
| XYZ | 66.59 | 65.19 | 31.26 | - |
| YUV | 209.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 133 | 0 | 0.21 | 0.48 | 0 | 33.93 | 1 | 0.76 |
| Hex | FF | CA | 85 | 0 | 15 | 30 | 0 | 22 | 64 | 4C |
| Octal | 377 | 312 | 205 | 0 | 25 | 60 | 0 | 42 | 144 | 114 |
| Binary | 11111111 | 11001010 | 10000101 | 0 | 10101 | 110000 | 0 | 100010 | 1100100 | 1001100 |
Color Harmonies of #FFCA85
Complementary color
Monochromatic Colors of #FFCA85
Black with #FFCA85
Text Example
Text Example
White with #FFCA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA85; }
p { color: rgb(255,202,133); }
H1.HeaderClassName
{
color: #FFCA85;
}
.AnyTagClassName
{
color: #FFCA85;
}
</style>
background-color css
<style>
a { background-color: #FFCA85; }
a { background-color: rgb(255,202,133); }
div.DivClassName
{
background-color: #FFCA85;
}
.BgClassName
{
background-color: #FFCA85;
}
</style>
border-color css
<style>
span { border-color: #FFCA85; }
span { border-color: rgb(255,202,133); }
td.TdClassName
{
border-color: #FFCA85;
}
.TagClassName
{
border-color: #FFCA85;
}
</style>