Shades of Gamboge #CCA001
Tints of Gamboge #CCA001
RGB
CMYK
RGB Variations
Color information
#CCA001 (or 0xCCA001) is known color: Gamboge. HEX triplet: CC, A0 and 01. RGB value is (204,160,1). Sum of RGB (Red+Green+Blue) = 204+160+1=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA001 is #335FFE. Grayscale: #9B9B9B. Windows color (decimal): -3366911 or 106700. OLE color: 106700.
HSL color Cylindrical-coordinate representation of color #CCA001: hue angle of 47º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCA001 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.2 |
| HSL | 47º | 0.99% | 0.4% | - |
| HSV(B) | 47º | 1% | 0.8% | - |
| XYZ | 37.48 | 37.98 | 5.38 | - |
| YUV | 155.03 | 41.08 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 1 | 0 | 0.22 | 1.00 | 0.2 | 47 | 0.99 | 0.4 |
| Hex | CC | A0 | 1 | 0 | 16 | 64 | 14 | 2F | 63 | 28 |
| Octal | 314 | 240 | 1 | 0 | 26 | 144 | 24 | 57 | 143 | 50 |
| Binary | 11001100 | 10100000 | 1 | 0 | 10110 | 1100100 | 10100 | 101111 | 1100011 | 101000 |
Color Harmonies of #CCA001
Complementary color
Monochromatic Colors of #CCA001
Black with #CCA001
Text Example
Text Example
White with #CCA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA001; }
p { color: rgb(204,160,1); }
H1.HeaderClassName
{
color: #CCA001;
}
.AnyTagClassName
{
color: #CCA001;
}
</style>
background-color css
<style>
a { background-color: #CCA001; }
a { background-color: rgb(204,160,1); }
div.DivClassName
{
background-color: #CCA001;
}
.BgClassName
{
background-color: #CCA001;
}
</style>
border-color css
<style>
span { border-color: #CCA001; }
span { border-color: rgb(204,160,1); }
td.TdClassName
{
border-color: #CCA001;
}
.TagClassName
{
border-color: #CCA001;
}
</style>