Shades of Buddha Gold #CA950C
Tints of Buddha Gold #CA950C
RGB
CMYK
RGB Variations
Color information
#CA950C (or 0xCA950C) is known color: Buddha Gold. HEX triplet: CA, 95 and 0C. RGB value is (202,149,12). Sum of RGB (Red+Green+Blue) = 202+149+12=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA950C is #356AF3. Grayscale: #959595. Windows color (decimal): -3500788 or 824778. OLE color: 824778.
HSL color Cylindrical-coordinate representation of color #CA950C: hue angle of 43.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA950C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.21 |
| HSL | 43.26º | 0.89% | 0.42% | - |
| HSV(B) | 43.26º | 0.94% | 0.79% | - |
| XYZ | 35.17 | 34.08 | 5.07 | - |
| YUV | 149.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 12 | 0 | 0.26 | 0.94 | 0.21 | 43.26 | 0.89 | 0.42 |
| Hex | CA | 95 | C | 0 | 1A | 5E | 15 | 2B | 59 | 2A |
| Octal | 312 | 225 | 14 | 0 | 32 | 136 | 25 | 53 | 131 | 52 |
| Binary | 11001010 | 10010101 | 1100 | 0 | 11010 | 1011110 | 10101 | 101011 | 1011001 | 101010 |
Color Harmonies of #CA950C
Complementary color
Monochromatic Colors of #CA950C
Black with #CA950C
Text Example
Text Example
White with #CA950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA950C; }
p { color: rgb(202,149,12); }
H1.HeaderClassName
{
color: #CA950C;
}
.AnyTagClassName
{
color: #CA950C;
}
</style>
background-color css
<style>
a { background-color: #CA950C; }
a { background-color: rgb(202,149,12); }
div.DivClassName
{
background-color: #CA950C;
}
.BgClassName
{
background-color: #CA950C;
}
</style>
border-color css
<style>
span { border-color: #CA950C; }
span { border-color: rgb(202,149,12); }
td.TdClassName
{
border-color: #CA950C;
}
.TagClassName
{
border-color: #CA950C;
}
</style>