#C0A101

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

Shades of Buddha Gold #C0A101

Tints of Buddha Gold #C0A101

Color information

#C0A101 (or 0xC0A101) is unknown color: approx Buddha Gold. HEX triplet: C0, A1 and 01. RGB value is (192,161,1). Sum of RGB (Red+Green+Blue) = 192+161+1=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A101 is #3F5EFE. Grayscale: #989898. Windows color (decimal): -4153087 or 106944. OLE color: 106944.

HSL color Cylindrical-coordinate representation of color #C0A101: hue angle of 50.26º degrees, saturation: 0.99, 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 #C0A101 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1921611-
CMYK00.160.990.25
HSL50.26º98.96%37.84%-
HSV(B)50.26º99.48%75.29%-
XYZ34.4936.75.29-
YUV152.0342.77156.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 161 (63.28% from 255) = 45.48%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=54.24%
G=45.48%
B=0.28%

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
Decimal192161100.160.990.2550.2698.9637.84
HexC0A110106319326326
Octal3002411020143316214346
Binary110000001010000110100001100011110011100101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A101; }

 p { color: rgb(192,161,1); }

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

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

 a { background-color: rgb(192,161,1); }

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

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

 span { border-color: rgb(192,161,1); }

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