Shades of Buddha Gold #CB9612
Tints of Buddha Gold #CB9612
RGB
CMYK
RGB Variations
Color information
#CB9612 (or 0xCB9612) is known color: Buddha Gold. HEX triplet: CB, 96 and 12. RGB value is (203,150,18). Sum of RGB (Red+Green+Blue) = 203+150+18=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9612 is #3469ED. Grayscale: #979797. Windows color (decimal): -3434990 or 1218251. OLE color: 1218251.
HSL color Cylindrical-coordinate representation of color #CB9612: hue angle of 42.81º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB9612 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 18 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.20 |
| HSL | 42.81º | 0.84% | 0.43% | - |
| HSV(B) | 42.81º | 0.91% | 0.8% | - |
| XYZ | 35.64 | 34.55 | 5.36 | - |
| YUV | 150.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 18 | 0 | 0.26 | 0.91 | 0.20 | 42.81 | 0.84 | 0.43 |
| Hex | CB | 96 | 12 | 0 | 1A | 5B | 14 | 2B | 54 | 2B |
| Octal | 313 | 226 | 22 | 0 | 32 | 133 | 24 | 53 | 124 | 53 |
| Binary | 11001011 | 10010110 | 10010 | 0 | 11010 | 1011011 | 10100 | 101011 | 1010100 | 101011 |
Color Harmonies of #CB9612
Complementary color
Monochromatic Colors of #CB9612
Black with #CB9612
Text Example
Text Example
White with #CB9612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9612; }
p { color: rgb(203,150,18); }
H1.HeaderClassName
{
color: #CB9612;
}
.AnyTagClassName
{
color: #CB9612;
}
</style>
background-color css
<style>
a { background-color: #CB9612; }
a { background-color: rgb(203,150,18); }
div.DivClassName
{
background-color: #CB9612;
}
.BgClassName
{
background-color: #CB9612;
}
</style>
border-color css
<style>
span { border-color: #CB9612; }
span { border-color: rgb(203,150,18); }
td.TdClassName
{
border-color: #CB9612;
}
.TagClassName
{
border-color: #CB9612;
}
</style>