Shades of Buddha Gold #CA971C
Tints of Buddha Gold #CA971C
RGB
CMYK
RGB Variations
Color information
#CA971C (or 0xCA971C) is known color: Buddha Gold. HEX triplet: CA, 97 and 1C. RGB value is (202,151,28). Sum of RGB (Red+Green+Blue) = 202+151+28=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA971C is #3568E3. Grayscale: #989898. Windows color (decimal): -3500260 or 1873866. OLE color: 1873866.
HSL color Cylindrical-coordinate representation of color #CA971C: hue angle of 42.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA971C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 28 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.21 |
| HSL | 42.41º | 0.76% | 0.45% | - |
| HSV(B) | 42.41º | 0.86% | 0.79% | - |
| XYZ | 35.63 | 34.77 | 5.93 | - |
| YUV | 152.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 28 | 0 | 0.25 | 0.86 | 0.21 | 42.41 | 0.76 | 0.45 |
| Hex | CA | 97 | 1C | 0 | 19 | 56 | 15 | 2A | 4C | 2D |
| Octal | 312 | 227 | 34 | 0 | 31 | 126 | 25 | 52 | 114 | 55 |
| Binary | 11001010 | 10010111 | 11100 | 0 | 11001 | 1010110 | 10101 | 101010 | 1001100 | 101101 |
Color Harmonies of #CA971C
Complementary color
Monochromatic Colors of #CA971C
Black with #CA971C
Text Example
Text Example
White with #CA971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA971C; }
p { color: rgb(202,151,28); }
H1.HeaderClassName
{
color: #CA971C;
}
.AnyTagClassName
{
color: #CA971C;
}
</style>
background-color css
<style>
a { background-color: #CA971C; }
a { background-color: rgb(202,151,28); }
div.DivClassName
{
background-color: #CA971C;
}
.BgClassName
{
background-color: #CA971C;
}
</style>
border-color css
<style>
span { border-color: #CA971C; }
span { border-color: rgb(202,151,28); }
td.TdClassName
{
border-color: #CA971C;
}
.TagClassName
{
border-color: #CA971C;
}
</style>