#C0A202

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

Shades of Buddha Gold #C0A202

Tints of Buddha Gold #C0A202

Color information

#C0A202 (or 0xC0A202) is unknown color: approx Buddha Gold. HEX triplet: C0, A2 and 02. RGB value is (192,162,2). Sum of RGB (Red+Green+Blue) = 192+162+2=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A202 is #3F5DFD. Grayscale: #999999. Windows color (decimal): -4152830 or 172736. OLE color: 172736.

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

Color convert

RGB1921622-
CMYK00.160.990.25
HSL50.53º97.94%38.04%-
HSV(B)50.53º98.96%75.29%-
XYZ34.6737.055.38-
YUV152.7342.94156.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.93%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=53.93%
G=45.51%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192162200.160.990.2550.5397.9438.04
HexC0A220106319336226
Octal3002422020143316314246
Binary1100000010100010100100001100011110011100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A202; }

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

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

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

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

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

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

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

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