Shades of Grandis #FFCF7A
Tints of Grandis #FFCF7A
RGB
CMYK
RGB Variations
Color information
#FFCF7A (or 0xFFCF7A) is known color: Grandis. HEX triplet: FF, CF and 7A. RGB value is (255,207,122). Sum of RGB (Red+Green+Blue) = 255+207+122=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 122 (48.05% from 255 or 20.89% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF7A is #003085. Grayscale: #D4D4D4. Windows color (decimal): -12422 or 8048639. OLE color: 8048639.
HSL color Cylindrical-coordinate representation of color #FFCF7A: hue angle of 38.35º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFCF7A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 122 | - |
| CMYK | 0 | 0.19 | 0.52 | 0 |
| HSL | 38.35º | 1% | 0.74% | - |
| HSV(B) | 38.35º | 0.52% | 1% | - |
| XYZ | 67.07 | 67.29 | 27.87 | - |
| YUV | 211.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 122 | 0 | 0.19 | 0.52 | 0 | 38.35 | 1 | 0.74 |
| Hex | FF | CF | 7A | 0 | 13 | 34 | 0 | 26 | 64 | 4A |
| Octal | 377 | 317 | 172 | 0 | 23 | 64 | 0 | 46 | 144 | 112 |
| Binary | 11111111 | 11001111 | 1111010 | 0 | 10011 | 110100 | 0 | 100110 | 1100100 | 1001010 |
Color Harmonies of #FFCF7A
Complementary color
Monochromatic Colors of #FFCF7A
Black with #FFCF7A
Text Example
Text Example
White with #FFCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF7A; }
p { color: rgb(255,207,122); }
H1.HeaderClassName
{
color: #FFCF7A;
}
.AnyTagClassName
{
color: #FFCF7A;
}
</style>
background-color css
<style>
a { background-color: #FFCF7A; }
a { background-color: rgb(255,207,122); }
div.DivClassName
{
background-color: #FFCF7A;
}
.BgClassName
{
background-color: #FFCF7A;
}
</style>
border-color css
<style>
span { border-color: #FFCF7A; }
span { border-color: rgb(255,207,122); }
td.TdClassName
{
border-color: #FFCF7A;
}
.TagClassName
{
border-color: #FFCF7A;
}
</style>