Shades of Buddha Gold #CA9B15
Tints of Buddha Gold #CA9B15
RGB
CMYK
RGB Variations
Color information
#CA9B15 (or 0xCA9B15) is known color: Buddha Gold. HEX triplet: CA, 9B and 15. RGB value is (202,155,21). Sum of RGB (Red+Green+Blue) = 202+155+21=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9B15 is #3564EA. Grayscale: #9A9A9A. Windows color (decimal): -3499243 or 1416138. OLE color: 1416138.
HSL color Cylindrical-coordinate representation of color #CA9B15: hue angle of 44.42º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA9B15 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 21 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.21 |
| HSL | 44.42º | 0.81% | 0.44% | - |
| HSV(B) | 44.42º | 0.9% | 0.79% | - |
| XYZ | 36.21 | 36.05 | 5.76 | - |
| YUV | 153.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 21 | 0 | 0.23 | 0.90 | 0.21 | 44.42 | 0.81 | 0.44 |
| Hex | CA | 9B | 15 | 0 | 17 | 5A | 15 | 2C | 51 | 2C |
| Octal | 312 | 233 | 25 | 0 | 27 | 132 | 25 | 54 | 121 | 54 |
| Binary | 11001010 | 10011011 | 10101 | 0 | 10111 | 1011010 | 10101 | 101100 | 1010001 | 101100 |
Color Harmonies of #CA9B15
Complementary color
Monochromatic Colors of #CA9B15
Black with #CA9B15
Text Example
Text Example
White with #CA9B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B15; }
p { color: rgb(202,155,21); }
H1.HeaderClassName
{
color: #CA9B15;
}
.AnyTagClassName
{
color: #CA9B15;
}
</style>
background-color css
<style>
a { background-color: #CA9B15; }
a { background-color: rgb(202,155,21); }
div.DivClassName
{
background-color: #CA9B15;
}
.BgClassName
{
background-color: #CA9B15;
}
</style>
border-color css
<style>
span { border-color: #CA9B15; }
span { border-color: rgb(202,155,21); }
td.TdClassName
{
border-color: #CA9B15;
}
.TagClassName
{
border-color: #CA9B15;
}
</style>