Shades of Buddha Gold #CA911A
Tints of Buddha Gold #CA911A
RGB
CMYK
RGB Variations
Color information
#CA911A (or 0xCA911A) is known color: Buddha Gold. HEX triplet: CA, 91 and 1A. RGB value is (202,145,26). Sum of RGB (Red+Green+Blue) = 202+145+26=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA911A is #356EE5. Grayscale: #959595. Windows color (decimal): -3501798 or 1741258. OLE color: 1741258.
HSL color Cylindrical-coordinate representation of color #CA911A: hue angle of 40.57º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA911A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 26 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.21 |
| HSL | 40.57º | 0.77% | 0.45% | - |
| HSV(B) | 40.57º | 0.87% | 0.79% | - |
| XYZ | 34.67 | 32.88 | 5.5 | - |
| YUV | 148.48 | 58.88 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 26 | 0 | 0.28 | 0.87 | 0.21 | 40.57 | 0.77 | 0.45 |
| Hex | CA | 91 | 1A | 0 | 1C | 57 | 15 | 29 | 4D | 2D |
| Octal | 312 | 221 | 32 | 0 | 34 | 127 | 25 | 51 | 115 | 55 |
| Binary | 11001010 | 10010001 | 11010 | 0 | 11100 | 1010111 | 10101 | 101001 | 1001101 | 101101 |
Color Harmonies of #CA911A
Complementary color
Monochromatic Colors of #CA911A
Black with #CA911A
Text Example
Text Example
White with #CA911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA911A; }
p { color: rgb(202,145,26); }
H1.HeaderClassName
{
color: #CA911A;
}
.AnyTagClassName
{
color: #CA911A;
}
</style>
background-color css
<style>
a { background-color: #CA911A; }
a { background-color: rgb(202,145,26); }
div.DivClassName
{
background-color: #CA911A;
}
.BgClassName
{
background-color: #CA911A;
}
</style>
border-color css
<style>
span { border-color: #CA911A; }
span { border-color: rgb(202,145,26); }
td.TdClassName
{
border-color: #CA911A;
}
.TagClassName
{
border-color: #CA911A;
}
</style>