#C0A207

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

Shades of Buddha Gold #C0A207

Tints of Buddha Gold #C0A207

Color information

#C0A207 (or 0xC0A207) is unknown color: approx Buddha Gold. HEX triplet: C0, A2 and 07. RGB value is (192,162,7). Sum of RGB (Red+Green+Blue) = 192+162+7=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A207 is #3F5DF8. Grayscale: #999999. Windows color (decimal): -4152825 or 500416. OLE color: 500416.

HSL color Cylindrical-coordinate representation of color #C0A207: hue angle of 50.27º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0A207 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1921627-
CMYK00.160.960.25
HSL50.27º92.96%39.02%-
HSV(B)50.27º96.35%75.29%-
XYZ34.737.065.53-
YUV153.345.44155.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.19%
GREEN value IS 162 (63.67% from 255) = 44.88%
BLUE value IS 7 (3.12% from 255) = 1.94%
R=53.19%
G=44.88%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192162700.160.960.2550.2792.9639.02
HexC0A270106019325d27
Octal3002427020140316213547
Binary11000000101000101110100001100000110011100101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A207; }

 p { color: rgb(192,162,7); }

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

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

 a { background-color: rgb(192,162,7); }

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

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

 span { border-color: rgb(192,162,7); }

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