Shades of Gamboge #CF960C
Tints of Gamboge #CF960C
RGB
CMYK
RGB Variations
Color information
#CF960C (or 0xCF960C) is known color: Gamboge. HEX triplet: CF, 96 and 0C. RGB value is (207,150,12). Sum of RGB (Red+Green+Blue) = 207+150+12=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF960C is #3069F3. Grayscale: #979797. Windows color (decimal): -3172852 or 825039. OLE color: 825039.
HSL color Cylindrical-coordinate representation of color #CF960C: hue angle of 42.46º 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 #CF960C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.19 |
| HSL | 42.46º | 0.89% | 0.43% | - |
| HSV(B) | 42.46º | 0.94% | 0.81% | - |
| XYZ | 36.7 | 35.1 | 5.19 | - |
| YUV | 151.31 | 49.38 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 12 | 0 | 0.28 | 0.94 | 0.19 | 42.46 | 0.89 | 0.43 |
| Hex | CF | 96 | C | 0 | 1C | 5E | 13 | 2A | 59 | 2B |
| Octal | 317 | 226 | 14 | 0 | 34 | 136 | 23 | 52 | 131 | 53 |
| Binary | 11001111 | 10010110 | 1100 | 0 | 11100 | 1011110 | 10011 | 101010 | 1011001 | 101011 |
Color Harmonies of #CF960C
Complementary color
Monochromatic Colors of #CF960C
Black with #CF960C
Text Example
Text Example
White with #CF960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF960C; }
p { color: rgb(207,150,12); }
H1.HeaderClassName
{
color: #CF960C;
}
.AnyTagClassName
{
color: #CF960C;
}
</style>
background-color css
<style>
a { background-color: #CF960C; }
a { background-color: rgb(207,150,12); }
div.DivClassName
{
background-color: #CF960C;
}
.BgClassName
{
background-color: #CF960C;
}
</style>
border-color css
<style>
span { border-color: #CF960C; }
span { border-color: rgb(207,150,12); }
td.TdClassName
{
border-color: #CF960C;
}
.TagClassName
{
border-color: #CF960C;
}
</style>