Shades of Grandis #FFC46C
Tints of Grandis #FFC46C
RGB
CMYK
RGB Variations
Color information
#FFC46C (or 0xFFC46C) is known color: Grandis. HEX triplet: FF, C4 and 6C. RGB value is (255,196,108). Sum of RGB (Red+Green+Blue) = 255+196+108=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC46C is #003B93. Grayscale: #CCCCCC. Windows color (decimal): -15252 or 7128319. OLE color: 7128319.
HSL color Cylindrical-coordinate representation of color #FFC46C: hue angle of 35.92º 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 #FFC46C is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 108 | - |
| CMYK | 0 | 0.23 | 0.58 | 0 |
| HSL | 35.92º | 1% | 0.71% | - |
| HSV(B) | 35.92º | 0.58% | 1% | - |
| XYZ | 63.69 | 61.82 | 22.76 | - |
| YUV | 203.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 108 | 0 | 0.23 | 0.58 | 0 | 35.92 | 1 | 0.71 |
| Hex | FF | C4 | 6C | 0 | 17 | 3A | 0 | 24 | 64 | 47 |
| Octal | 377 | 304 | 154 | 0 | 27 | 72 | 0 | 44 | 144 | 107 |
| Binary | 11111111 | 11000100 | 1101100 | 0 | 10111 | 111010 | 0 | 100100 | 1100100 | 1000111 |
Color Harmonies of #FFC46C
Complementary color
Monochromatic Colors of #FFC46C
Black with #FFC46C
Text Example
Text Example
White with #FFC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC46C; }
p { color: rgb(255,196,108); }
H1.HeaderClassName
{
color: #FFC46C;
}
.AnyTagClassName
{
color: #FFC46C;
}
</style>
background-color css
<style>
a { background-color: #FFC46C; }
a { background-color: rgb(255,196,108); }
div.DivClassName
{
background-color: #FFC46C;
}
.BgClassName
{
background-color: #FFC46C;
}
</style>
border-color css
<style>
span { border-color: #FFC46C; }
span { border-color: rgb(255,196,108); }
td.TdClassName
{
border-color: #FFC46C;
}
.TagClassName
{
border-color: #FFC46C;
}
</style>