Shades of Buddha Gold #CA941C
Tints of Buddha Gold #CA941C
RGB
CMYK
RGB Variations
Color information
#CA941C (or 0xCA941C) is known color: Buddha Gold. HEX triplet: CA, 94 and 1C. RGB value is (202,148,28). Sum of RGB (Red+Green+Blue) = 202+148+28=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA941C is #356BE3. Grayscale: #979797. Windows color (decimal): -3501028 or 1873098. OLE color: 1873098.
HSL color Cylindrical-coordinate representation of color #CA941C: hue angle of 41.38º 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 #CA941C is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 28 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.21 |
| HSL | 41.38º | 0.76% | 0.45% | - |
| HSV(B) | 41.38º | 0.86% | 0.79% | - |
| XYZ | 35.16 | 33.82 | 5.77 | - |
| YUV | 150.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 28 | 0 | 0.27 | 0.86 | 0.21 | 41.38 | 0.76 | 0.45 |
| Hex | CA | 94 | 1C | 0 | 1B | 56 | 15 | 29 | 4C | 2D |
| Octal | 312 | 224 | 34 | 0 | 33 | 126 | 25 | 51 | 114 | 55 |
| Binary | 11001010 | 10010100 | 11100 | 0 | 11011 | 1010110 | 10101 | 101001 | 1001100 | 101101 |
Color Harmonies of #CA941C
Complementary color
Monochromatic Colors of #CA941C
Black with #CA941C
Text Example
Text Example
White with #CA941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA941C; }
p { color: rgb(202,148,28); }
H1.HeaderClassName
{
color: #CA941C;
}
.AnyTagClassName
{
color: #CA941C;
}
</style>
background-color css
<style>
a { background-color: #CA941C; }
a { background-color: rgb(202,148,28); }
div.DivClassName
{
background-color: #CA941C;
}
.BgClassName
{
background-color: #CA941C;
}
</style>
border-color css
<style>
span { border-color: #CA941C; }
span { border-color: rgb(202,148,28); }
td.TdClassName
{
border-color: #CA941C;
}
.TagClassName
{
border-color: #CA941C;
}
</style>