Shades of Buddha Gold #CA960F
Tints of Buddha Gold #CA960F
RGB
CMYK
RGB Variations
Color information
#CA960F (or 0xCA960F) is known color: Buddha Gold. HEX triplet: CA, 96 and 0F. RGB value is (202,150,15). Sum of RGB (Red+Green+Blue) = 202+150+15=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA960F is #3569F0. Grayscale: #969696. Windows color (decimal): -3500529 or 1021642. OLE color: 1021642.
HSL color Cylindrical-coordinate representation of color #CA960F: hue angle of 43.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA960F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 15 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.21 |
| HSL | 43.32º | 0.86% | 0.43% | - |
| HSV(B) | 43.32º | 0.93% | 0.79% | - |
| XYZ | 35.35 | 34.4 | 5.23 | - |
| YUV | 150.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 15 | 0 | 0.26 | 0.93 | 0.21 | 43.32 | 0.86 | 0.43 |
| Hex | CA | 96 | F | 0 | 1A | 5D | 15 | 2B | 56 | 2B |
| Octal | 312 | 226 | 17 | 0 | 32 | 135 | 25 | 53 | 126 | 53 |
| Binary | 11001010 | 10010110 | 1111 | 0 | 11010 | 1011101 | 10101 | 101011 | 1010110 | 101011 |
Color Harmonies of #CA960F
Complementary color
Monochromatic Colors of #CA960F
Black with #CA960F
Text Example
Text Example
White with #CA960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA960F; }
p { color: rgb(202,150,15); }
H1.HeaderClassName
{
color: #CA960F;
}
.AnyTagClassName
{
color: #CA960F;
}
</style>
background-color css
<style>
a { background-color: #CA960F; }
a { background-color: rgb(202,150,15); }
div.DivClassName
{
background-color: #CA960F;
}
.BgClassName
{
background-color: #CA960F;
}
</style>
border-color css
<style>
span { border-color: #CA960F; }
span { border-color: rgb(202,150,15); }
td.TdClassName
{
border-color: #CA960F;
}
.TagClassName
{
border-color: #CA960F;
}
</style>