Shades of Gamboge #CF980C
Tints of Gamboge #CF980C
RGB
CMYK
RGB Variations
Color information
#CF980C (or 0xCF980C) is known color: Gamboge. HEX triplet: CF, 98 and 0C. RGB value is (207,152,12). Sum of RGB (Red+Green+Blue) = 207+152+12=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF980C is #3067F3. Grayscale: #999999. Windows color (decimal): -3172340 or 825551. OLE color: 825551.
HSL color Cylindrical-coordinate representation of color #CF980C: hue angle of 43.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF980C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.19 |
| HSL | 43.08º | 0.89% | 0.43% | - |
| HSV(B) | 43.08º | 0.94% | 0.81% | - |
| XYZ | 37.03 | 35.75 | 5.3 | - |
| YUV | 152.49 | 48.72 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 12 | 0 | 0.27 | 0.94 | 0.19 | 43.08 | 0.89 | 0.43 |
| Hex | CF | 98 | C | 0 | 1B | 5E | 13 | 2B | 59 | 2B |
| Octal | 317 | 230 | 14 | 0 | 33 | 136 | 23 | 53 | 131 | 53 |
| Binary | 11001111 | 10011000 | 1100 | 0 | 11011 | 1011110 | 10011 | 101011 | 1011001 | 101011 |
Color Harmonies of #CF980C
Complementary color
Monochromatic Colors of #CF980C
Black with #CF980C
Text Example
Text Example
White with #CF980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF980C; }
p { color: rgb(207,152,12); }
H1.HeaderClassName
{
color: #CF980C;
}
.AnyTagClassName
{
color: #CF980C;
}
</style>
background-color css
<style>
a { background-color: #CF980C; }
a { background-color: rgb(207,152,12); }
div.DivClassName
{
background-color: #CF980C;
}
.BgClassName
{
background-color: #CF980C;
}
</style>
border-color css
<style>
span { border-color: #CF980C; }
span { border-color: rgb(207,152,12); }
td.TdClassName
{
border-color: #CF980C;
}
.TagClassName
{
border-color: #CF980C;
}
</style>