#C0970A

Color #C0970A Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C0970A

Tints of Buddha Gold #C0970A

Color information

#C0970A (or 0xC0970A) is unknown color: approx Buddha Gold. HEX triplet: C0, 97 and 0A. RGB value is (192,151,10). Sum of RGB (Red+Green+Blue) = 192+151+10=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0970A is #3F68F5. Grayscale: #939393. Windows color (decimal): -4155638 or 694208. OLE color: 694208.

HSL color Cylindrical-coordinate representation of color #C0970A: hue angle of 46.48º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0970A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB19215110-
CMYK00.210.950.25
HSL46.48º90.1%39.61%-
HSV(B)46.48º94.79%75.29%-
XYZ32.8633.364.99-
YUV147.1850.58159.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 10 (4.30% from 255) = 2.83%
R=54.39%
G=42.78%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921511000.210.950.2546.4890.139.61
HexC097A0155F192e5a28
Octal30022712025137315613250
Binary110000001001011110100101011011111110011011101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0970A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0970A; }

 p { color: rgb(192,151,10); }

 H1.HeaderClassName
 {
   color: #C0970A;
 }
 .AnyTagClassName
 {
   color: #C0970A;
 }
</style>
background-color css

<style>
 a { background-color: #C0970A; }

 a { background-color: rgb(192,151,10); }

 div.DivClassName
 {
   background-color: #C0970A;
 }
 .BgClassName
 {
   background-color: #C0970A;
 }
</style>
border-color css

<style>
 span { border-color: #C0970A; }

 span { border-color: rgb(192,151,10); }

 td.TdClassName
 {
   border-color: #C0970A;
 }
 .TagClassName
 {
   border-color: #C0970A;
 }
</style>