Shades of Buddha Gold #CA9119
Tints of Buddha Gold #CA9119
RGB
CMYK
RGB Variations
Color information
#CA9119 (or 0xCA9119) is known color: Buddha Gold. HEX triplet: CA, 91 and 19. RGB value is (202,145,25). Sum of RGB (Red+Green+Blue) = 202+145+25=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9119 is #356EE6. Grayscale: #949494. Windows color (decimal): -3501799 or 1675722. OLE color: 1675722.
HSL color Cylindrical-coordinate representation of color #CA9119: hue angle of 40.68º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA9119 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 25 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.21 |
| HSL | 40.68º | 0.78% | 0.45% | - |
| HSV(B) | 40.68º | 0.88% | 0.79% | - |
| XYZ | 34.66 | 32.88 | 5.44 | - |
| YUV | 148.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 25 | 0 | 0.28 | 0.88 | 0.21 | 40.68 | 0.78 | 0.45 |
| Hex | CA | 91 | 19 | 0 | 1C | 58 | 15 | 29 | 4E | 2D |
| Octal | 312 | 221 | 31 | 0 | 34 | 130 | 25 | 51 | 116 | 55 |
| Binary | 11001010 | 10010001 | 11001 | 0 | 11100 | 1011000 | 10101 | 101001 | 1001110 | 101101 |
Color Harmonies of #CA9119
Complementary color
Monochromatic Colors of #CA9119
Black with #CA9119
Text Example
Text Example
White with #CA9119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9119; }
p { color: rgb(202,145,25); }
H1.HeaderClassName
{
color: #CA9119;
}
.AnyTagClassName
{
color: #CA9119;
}
</style>
background-color css
<style>
a { background-color: #CA9119; }
a { background-color: rgb(202,145,25); }
div.DivClassName
{
background-color: #CA9119;
}
.BgClassName
{
background-color: #CA9119;
}
</style>
border-color css
<style>
span { border-color: #CA9119; }
span { border-color: rgb(202,145,25); }
td.TdClassName
{
border-color: #CA9119;
}
.TagClassName
{
border-color: #CA9119;
}
</style>