Shades of Grandis #FFC96C
Tints of Grandis #FFC96C
RGB
CMYK
RGB Variations
Color information
#FFC96C (or 0xFFC96C) is known color: Grandis. HEX triplet: FF, C9 and 6C. RGB value is (255,201,108). Sum of RGB (Red+Green+Blue) = 255+201+108=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC96C is #003693. Grayscale: #CECECE. Windows color (decimal): -13972 or 7129599. OLE color: 7129599.
HSL color Cylindrical-coordinate representation of color #FFC96C: hue angle of 37.96º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFC96C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 108 | - |
| CMYK | 0 | 0.21 | 0.58 | 0 |
| HSL | 37.96º | 1% | 0.71% | - |
| HSV(B) | 37.96º | 0.58% | 1% | - |
| XYZ | 64.83 | 64.12 | 23.15 | - |
| YUV | 206.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 108 | 0 | 0.21 | 0.58 | 0 | 37.96 | 1 | 0.71 |
| Hex | FF | C9 | 6C | 0 | 15 | 3A | 0 | 26 | 64 | 47 |
| Octal | 377 | 311 | 154 | 0 | 25 | 72 | 0 | 46 | 144 | 107 |
| Binary | 11111111 | 11001001 | 1101100 | 0 | 10101 | 111010 | 0 | 100110 | 1100100 | 1000111 |
Color Harmonies of #FFC96C
Complementary color
Monochromatic Colors of #FFC96C
Black with #FFC96C
Text Example
Text Example
White with #FFC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC96C; }
p { color: rgb(255,201,108); }
H1.HeaderClassName
{
color: #FFC96C;
}
.AnyTagClassName
{
color: #FFC96C;
}
</style>
background-color css
<style>
a { background-color: #FFC96C; }
a { background-color: rgb(255,201,108); }
div.DivClassName
{
background-color: #FFC96C;
}
.BgClassName
{
background-color: #FFC96C;
}
</style>
border-color css
<style>
span { border-color: #FFC96C; }
span { border-color: rgb(255,201,108); }
td.TdClassName
{
border-color: #FFC96C;
}
.TagClassName
{
border-color: #FFC96C;
}
</style>