Shades of Buddha Gold #C69C1C
Tints of Buddha Gold #C69C1C
RGB
CMYK
RGB Variations
Color information
#C69C1C (or 0xC69C1C) is known color: Buddha Gold. HEX triplet: C6, 9C and 1C. RGB value is (198,156,28). Sum of RGB (Red+Green+Blue) = 198+156+28=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C1C is #3963E3. Grayscale: #9A9A9A. Windows color (decimal): -3761124 or 1875142. OLE color: 1875142.
HSL color Cylindrical-coordinate representation of color #C69C1C: hue angle of 45.18º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C69C1C is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 28 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.22 |
| HSL | 45.18º | 0.75% | 0.44% | - |
| HSV(B) | 45.18º | 0.86% | 0.78% | - |
| XYZ | 35.39 | 35.87 | 6.16 | - |
| YUV | 153.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 28 | 0 | 0.21 | 0.86 | 0.22 | 45.18 | 0.75 | 0.44 |
| Hex | C6 | 9C | 1C | 0 | 15 | 56 | 16 | 2D | 4B | 2C |
| Octal | 306 | 234 | 34 | 0 | 25 | 126 | 26 | 55 | 113 | 54 |
| Binary | 11000110 | 10011100 | 11100 | 0 | 10101 | 1010110 | 10110 | 101101 | 1001011 | 101100 |
Color Harmonies of #C69C1C
Complementary color
Monochromatic Colors of #C69C1C
Black with #C69C1C
Text Example
Text Example
White with #C69C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C1C; }
p { color: rgb(198,156,28); }
H1.HeaderClassName
{
color: #C69C1C;
}
.AnyTagClassName
{
color: #C69C1C;
}
</style>
background-color css
<style>
a { background-color: #C69C1C; }
a { background-color: rgb(198,156,28); }
div.DivClassName
{
background-color: #C69C1C;
}
.BgClassName
{
background-color: #C69C1C;
}
</style>
border-color css
<style>
span { border-color: #C69C1C; }
span { border-color: rgb(198,156,28); }
td.TdClassName
{
border-color: #C69C1C;
}
.TagClassName
{
border-color: #C69C1C;
}
</style>