Shades of Buddha Gold #CBA101
Tints of Buddha Gold #CBA101
RGB
CMYK
RGB Variations
Color information
#CBA101 (or 0xCBA101) is known color: Buddha Gold. HEX triplet: CB, A1 and 01. RGB value is (203,161,1). Sum of RGB (Red+Green+Blue) = 203+161+1=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA101 is #345EFE. Grayscale: #9C9C9C. Windows color (decimal): -3432191 or 106955. OLE color: 106955.
HSL color Cylindrical-coordinate representation of color #CBA101: hue angle of 47.52º 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 #CBA101 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.20 |
| HSL | 47.52º | 0.99% | 0.4% | - |
| HSV(B) | 47.52º | 1% | 0.8% | - |
| XYZ | 37.38 | 38.19 | 5.43 | - |
| YUV | 155.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 1 | 0 | 0.21 | 1.00 | 0.20 | 47.52 | 0.99 | 0.4 |
| Hex | CB | A1 | 1 | 0 | 15 | 64 | 14 | 30 | 63 | 28 |
| Octal | 313 | 241 | 1 | 0 | 25 | 144 | 24 | 60 | 143 | 50 |
| Binary | 11001011 | 10100001 | 1 | 0 | 10101 | 1100100 | 10100 | 110000 | 1100011 | 101000 |
Color Harmonies of #CBA101
Complementary color
Monochromatic Colors of #CBA101
Black with #CBA101
Text Example
Text Example
White with #CBA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA101; }
p { color: rgb(203,161,1); }
H1.HeaderClassName
{
color: #CBA101;
}
.AnyTagClassName
{
color: #CBA101;
}
</style>
background-color css
<style>
a { background-color: #CBA101; }
a { background-color: rgb(203,161,1); }
div.DivClassName
{
background-color: #CBA101;
}
.BgClassName
{
background-color: #CBA101;
}
</style>
border-color css
<style>
span { border-color: #CBA101; }
span { border-color: rgb(203,161,1); }
td.TdClassName
{
border-color: #CBA101;
}
.TagClassName
{
border-color: #CBA101;
}
</style>