Shades of Buddha Gold #C69719
Tints of Buddha Gold #C69719
RGB
CMYK
RGB Variations
Color information
#C69719 (or 0xC69719) is known color: Buddha Gold. HEX triplet: C6, 97 and 19. RGB value is (198,151,25). Sum of RGB (Red+Green+Blue) = 198+151+25=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C69719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69719 is #3968E6. Grayscale: #979797. Windows color (decimal): -3762407 or 1677254. OLE color: 1677254.
HSL color Cylindrical-coordinate representation of color #C69719: hue angle of 43.7º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C69719 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 25 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.22 |
| HSL | 43.7º | 0.78% | 0.44% | - |
| HSV(B) | 43.7º | 0.87% | 0.78% | - |
| XYZ | 34.53 | 34.21 | 5.7 | - |
| YUV | 150.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 25 | 0 | 0.24 | 0.87 | 0.22 | 43.7 | 0.78 | 0.44 |
| Hex | C6 | 97 | 19 | 0 | 18 | 57 | 16 | 2C | 4E | 2C |
| Octal | 306 | 227 | 31 | 0 | 30 | 127 | 26 | 54 | 116 | 54 |
| Binary | 11000110 | 10010111 | 11001 | 0 | 11000 | 1010111 | 10110 | 101100 | 1001110 | 101100 |
Color Harmonies of #C69719
Complementary color
Monochromatic Colors of #C69719
Black with #C69719
Text Example
Text Example
White with #C69719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69719; }
p { color: rgb(198,151,25); }
H1.HeaderClassName
{
color: #C69719;
}
.AnyTagClassName
{
color: #C69719;
}
</style>
background-color css
<style>
a { background-color: #C69719; }
a { background-color: rgb(198,151,25); }
div.DivClassName
{
background-color: #C69719;
}
.BgClassName
{
background-color: #C69719;
}
</style>
border-color css
<style>
span { border-color: #C69719; }
span { border-color: rgb(198,151,25); }
td.TdClassName
{
border-color: #C69719;
}
.TagClassName
{
border-color: #C69719;
}
</style>