Shades of Grandis #FFCB76
Tints of Grandis #FFCB76
RGB
CMYK
RGB Variations
Color information
#FFCB76 (or 0xFFCB76) is known color: Grandis. HEX triplet: FF, CB and 76. RGB value is (255,203,118). Sum of RGB (Red+Green+Blue) = 255+203+118=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB76 is #003489. Grayscale: #D1D1D1. Windows color (decimal): -13450 or 7785471. OLE color: 7785471.
HSL color Cylindrical-coordinate representation of color #FFCB76: hue angle of 37.23º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFCB76 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 118 | - |
| CMYK | 0 | 0.20 | 0.54 | 0 |
| HSL | 37.23º | 1% | 0.73% | - |
| HSV(B) | 37.23º | 0.54% | 1% | - |
| XYZ | 65.87 | 65.28 | 26.27 | - |
| YUV | 208.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 118 | 0 | 0.20 | 0.54 | 0 | 37.23 | 1 | 0.73 |
| Hex | FF | CB | 76 | 0 | 14 | 36 | 0 | 25 | 64 | 49 |
| Octal | 377 | 313 | 166 | 0 | 24 | 66 | 0 | 45 | 144 | 111 |
| Binary | 11111111 | 11001011 | 1110110 | 0 | 10100 | 110110 | 0 | 100101 | 1100100 | 1001001 |
Color Harmonies of #FFCB76
Complementary color
Monochromatic Colors of #FFCB76
Black with #FFCB76
Text Example
Text Example
White with #FFCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB76; }
p { color: rgb(255,203,118); }
H1.HeaderClassName
{
color: #FFCB76;
}
.AnyTagClassName
{
color: #FFCB76;
}
</style>
background-color css
<style>
a { background-color: #FFCB76; }
a { background-color: rgb(255,203,118); }
div.DivClassName
{
background-color: #FFCB76;
}
.BgClassName
{
background-color: #FFCB76;
}
</style>
border-color css
<style>
span { border-color: #FFCB76; }
span { border-color: rgb(255,203,118); }
td.TdClassName
{
border-color: #FFCB76;
}
.TagClassName
{
border-color: #FFCB76;
}
</style>