Shades of Grandis #FFC068
Tints of Grandis #FFC068
RGB
CMYK
RGB Variations
Color information
#FFC068 (or 0xFFC068) is known color: Grandis. HEX triplet: FF, C0 and 68. RGB value is (255,192,104). Sum of RGB (Red+Green+Blue) = 255+192+104=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC068 is #003F97. Grayscale: #C9C9C9. Windows color (decimal): -16280 or 6865151. OLE color: 6865151.
HSL color Cylindrical-coordinate representation of color #FFC068: hue angle of 34.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFC068 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 104 | - |
| CMYK | 0 | 0.25 | 0.59 | 0 |
| HSL | 34.97º | 1% | 0.7% | - |
| HSV(B) | 34.97º | 0.59% | 1% | - |
| XYZ | 62.59 | 59.96 | 21.37 | - |
| YUV | 200.81 | 73.37 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 104 | 0 | 0.25 | 0.59 | 0 | 34.97 | 1 | 0.7 |
| Hex | FF | C0 | 68 | 0 | 19 | 3B | 0 | 23 | 64 | 46 |
| Octal | 377 | 300 | 150 | 0 | 31 | 73 | 0 | 43 | 144 | 106 |
| Binary | 11111111 | 11000000 | 1101000 | 0 | 11001 | 111011 | 0 | 100011 | 1100100 | 1000110 |
Color Harmonies of #FFC068
Complementary color
Monochromatic Colors of #FFC068
Black with #FFC068
Text Example
Text Example
White with #FFC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC068; }
p { color: rgb(255,192,104); }
H1.HeaderClassName
{
color: #FFC068;
}
.AnyTagClassName
{
color: #FFC068;
}
</style>
background-color css
<style>
a { background-color: #FFC068; }
a { background-color: rgb(255,192,104); }
div.DivClassName
{
background-color: #FFC068;
}
.BgClassName
{
background-color: #FFC068;
}
</style>
border-color css
<style>
span { border-color: #FFC068; }
span { border-color: rgb(255,192,104); }
td.TdClassName
{
border-color: #FFC068;
}
.TagClassName
{
border-color: #FFC068;
}
</style>