Shades of Gamboge #CF920C
Tints of Gamboge #CF920C
RGB
CMYK
RGB Variations
Color information
#CF920C (or 0xCF920C) is known color: Gamboge. HEX triplet: CF, 92 and 0C. RGB value is (207,146,12). Sum of RGB (Red+Green+Blue) = 207+146+12=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF920C is #306DF3. Grayscale: #959595. Windows color (decimal): -3173876 or 824015. OLE color: 824015.
HSL color Cylindrical-coordinate representation of color #CF920C: hue angle of 41.23º 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 #CF920C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 12 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.19 |
| HSL | 41.23º | 0.89% | 0.43% | - |
| HSV(B) | 41.23º | 0.94% | 0.81% | - |
| XYZ | 36.08 | 33.85 | 4.98 | - |
| YUV | 148.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 12 | 0 | 0.29 | 0.94 | 0.19 | 41.23 | 0.89 | 0.43 |
| Hex | CF | 92 | C | 0 | 1D | 5E | 13 | 29 | 59 | 2B |
| Octal | 317 | 222 | 14 | 0 | 35 | 136 | 23 | 51 | 131 | 53 |
| Binary | 11001111 | 10010010 | 1100 | 0 | 11101 | 1011110 | 10011 | 101001 | 1011001 | 101011 |
Color Harmonies of #CF920C
Complementary color
Monochromatic Colors of #CF920C
Black with #CF920C
Text Example
Text Example
White with #CF920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF920C; }
p { color: rgb(207,146,12); }
H1.HeaderClassName
{
color: #CF920C;
}
.AnyTagClassName
{
color: #CF920C;
}
</style>
background-color css
<style>
a { background-color: #CF920C; }
a { background-color: rgb(207,146,12); }
div.DivClassName
{
background-color: #CF920C;
}
.BgClassName
{
background-color: #CF920C;
}
</style>
border-color css
<style>
span { border-color: #CF920C; }
span { border-color: rgb(207,146,12); }
td.TdClassName
{
border-color: #CF920C;
}
.TagClassName
{
border-color: #CF920C;
}
</style>