Shades of Grandis #FFCF76
Tints of Grandis #FFCF76
RGB
CMYK
RGB Variations
Color information
#FFCF76 (or 0xFFCF76) is known color: Grandis. HEX triplet: FF, CF and 76. RGB value is (255,207,118). Sum of RGB (Red+Green+Blue) = 255+207+118=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF76 is #003089. Grayscale: #D3D3D3. Windows color (decimal): -12426 or 7786495. OLE color: 7786495.
HSL color Cylindrical-coordinate representation of color #FFCF76: hue angle of 38.98º 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 #FFCF76 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 118 | - |
| CMYK | 0 | 0.19 | 0.54 | 0 |
| HSL | 38.98º | 1% | 0.73% | - |
| HSV(B) | 38.98º | 0.54% | 1% | - |
| XYZ | 66.82 | 67.19 | 26.59 | - |
| YUV | 211.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 118 | 0 | 0.19 | 0.54 | 0 | 38.98 | 1 | 0.73 |
| Hex | FF | CF | 76 | 0 | 13 | 36 | 0 | 27 | 64 | 49 |
| Octal | 377 | 317 | 166 | 0 | 23 | 66 | 0 | 47 | 144 | 111 |
| Binary | 11111111 | 11001111 | 1110110 | 0 | 10011 | 110110 | 0 | 100111 | 1100100 | 1001001 |
Color Harmonies of #FFCF76
Complementary color
Monochromatic Colors of #FFCF76
Black with #FFCF76
Text Example
Text Example
White with #FFCF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF76; }
p { color: rgb(255,207,118); }
H1.HeaderClassName
{
color: #FFCF76;
}
.AnyTagClassName
{
color: #FFCF76;
}
</style>
background-color css
<style>
a { background-color: #FFCF76; }
a { background-color: rgb(255,207,118); }
div.DivClassName
{
background-color: #FFCF76;
}
.BgClassName
{
background-color: #FFCF76;
}
</style>
border-color css
<style>
span { border-color: #FFCF76; }
span { border-color: rgb(255,207,118); }
td.TdClassName
{
border-color: #FFCF76;
}
.TagClassName
{
border-color: #FFCF76;
}
</style>