Shades of Cherokee #FFCB86
Tints of Cherokee #FFCB86
RGB
CMYK
RGB Variations
Color information
#FFCB86 (or 0xFFCB86) is known color: Cherokee. HEX triplet: FF, CB and 86. RGB value is (255,203,134). Sum of RGB (Red+Green+Blue) = 255+203+134=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB86 is #003479. Grayscale: #D3D3D3. Windows color (decimal): -13434 or 8834047. OLE color: 8834047.
HSL color Cylindrical-coordinate representation of color #FFCB86: hue angle of 34.21º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFCB86 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 134 | - |
| CMYK | 0 | 0.20 | 0.47 | 0 |
| HSL | 34.21º | 1% | 0.76% | - |
| HSV(B) | 34.21º | 0.47% | 1% | - |
| XYZ | 66.9 | 65.69 | 31.71 | - |
| YUV | 210.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 134 | 0 | 0.20 | 0.47 | 0 | 34.21 | 1 | 0.76 |
| Hex | FF | CB | 86 | 0 | 14 | 2F | 0 | 22 | 64 | 4C |
| Octal | 377 | 313 | 206 | 0 | 24 | 57 | 0 | 42 | 144 | 114 |
| Binary | 11111111 | 11001011 | 10000110 | 0 | 10100 | 101111 | 0 | 100010 | 1100100 | 1001100 |
Color Harmonies of #FFCB86
Complementary color
Monochromatic Colors of #FFCB86
Black with #FFCB86
Text Example
Text Example
White with #FFCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB86; }
p { color: rgb(255,203,134); }
H1.HeaderClassName
{
color: #FFCB86;
}
.AnyTagClassName
{
color: #FFCB86;
}
</style>
background-color css
<style>
a { background-color: #FFCB86; }
a { background-color: rgb(255,203,134); }
div.DivClassName
{
background-color: #FFCB86;
}
.BgClassName
{
background-color: #FFCB86;
}
</style>
border-color css
<style>
span { border-color: #FFCB86; }
span { border-color: rgb(255,203,134); }
td.TdClassName
{
border-color: #FFCB86;
}
.TagClassName
{
border-color: #FFCB86;
}
</style>