Shades of Cherokee #FFCB85
Tints of Cherokee #FFCB85
RGB
CMYK
RGB Variations
Color information
#FFCB85 (or 0xFFCB85) is known color: Cherokee. HEX triplet: FF, CB and 85. RGB value is (255,203,133). Sum of RGB (Red+Green+Blue) = 255+203+133=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB85 is #00347A. Grayscale: #D2D2D2. Windows color (decimal): -13435 or 8768511. OLE color: 8768511.
HSL color Cylindrical-coordinate representation of color #FFCB85: hue angle of 34.43º 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 #FFCB85 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 133 | - |
| CMYK | 0 | 0.20 | 0.48 | 0 |
| HSL | 34.43º | 1% | 0.76% | - |
| HSV(B) | 34.43º | 0.48% | 1% | - |
| XYZ | 66.83 | 65.67 | 31.34 | - |
| YUV | 210.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 133 | 0 | 0.20 | 0.48 | 0 | 34.43 | 1 | 0.76 |
| Hex | FF | CB | 85 | 0 | 14 | 30 | 0 | 22 | 64 | 4C |
| Octal | 377 | 313 | 205 | 0 | 24 | 60 | 0 | 42 | 144 | 114 |
| Binary | 11111111 | 11001011 | 10000101 | 0 | 10100 | 110000 | 0 | 100010 | 1100100 | 1001100 |
Color Harmonies of #FFCB85
Complementary color
Monochromatic Colors of #FFCB85
Black with #FFCB85
Text Example
Text Example
White with #FFCB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB85; }
p { color: rgb(255,203,133); }
H1.HeaderClassName
{
color: #FFCB85;
}
.AnyTagClassName
{
color: #FFCB85;
}
</style>
background-color css
<style>
a { background-color: #FFCB85; }
a { background-color: rgb(255,203,133); }
div.DivClassName
{
background-color: #FFCB85;
}
.BgClassName
{
background-color: #FFCB85;
}
</style>
border-color css
<style>
span { border-color: #FFCB85; }
span { border-color: rgb(255,203,133); }
td.TdClassName
{
border-color: #FFCB85;
}
.TagClassName
{
border-color: #FFCB85;
}
</style>