Shades of Cherokee #FFCB8A
Tints of Cherokee #FFCB8A
RGB
CMYK
RGB Variations
Color information
#FFCB8A (or 0xFFCB8A) is known color: Cherokee. HEX triplet: FF, CB and 8A. RGB value is (255,203,138). Sum of RGB (Red+Green+Blue) = 255+203+138=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB8A is #003475. Grayscale: #D3D3D3. Windows color (decimal): -13430 or 9096191. OLE color: 9096191.
HSL color Cylindrical-coordinate representation of color #FFCB8A: hue angle of 33.33º 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 #FFCB8A is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 138 | - |
| CMYK | 0 | 0.20 | 0.46 | 0 |
| HSL | 33.33º | 1% | 0.77% | - |
| HSV(B) | 33.33º | 0.46% | 1% | - |
| XYZ | 67.18 | 65.81 | 33.21 | - |
| YUV | 211.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 138 | 0 | 0.20 | 0.46 | 0 | 33.33 | 1 | 0.77 |
| Hex | FF | CB | 8A | 0 | 14 | 2E | 0 | 21 | 64 | 4D |
| Octal | 377 | 313 | 212 | 0 | 24 | 56 | 0 | 41 | 144 | 115 |
| Binary | 11111111 | 11001011 | 10001010 | 0 | 10100 | 101110 | 0 | 100001 | 1100100 | 1001101 |
Color Harmonies of #FFCB8A
Complementary color
Monochromatic Colors of #FFCB8A
Black with #FFCB8A
Text Example
Text Example
White with #FFCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB8A; }
p { color: rgb(255,203,138); }
H1.HeaderClassName
{
color: #FFCB8A;
}
.AnyTagClassName
{
color: #FFCB8A;
}
</style>
background-color css
<style>
a { background-color: #FFCB8A; }
a { background-color: rgb(255,203,138); }
div.DivClassName
{
background-color: #FFCB8A;
}
.BgClassName
{
background-color: #FFCB8A;
}
</style>
border-color css
<style>
span { border-color: #FFCB8A; }
span { border-color: rgb(255,203,138); }
td.TdClassName
{
border-color: #FFCB8A;
}
.TagClassName
{
border-color: #FFCB8A;
}
</style>