#C0A40B

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

Shades of Buddha Gold #C0A40B

Tints of Buddha Gold #C0A40B

Color information

#C0A40B (or 0xC0A40B) is unknown color: approx Buddha Gold. HEX triplet: C0, A4 and 0B. RGB value is (192,164,11). Sum of RGB (Red+Green+Blue) = 192+164+11=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A40B is #3F5BF4. Grayscale: #9B9B9B. Windows color (decimal): -4152309 or 763072. OLE color: 763072.

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

Color convert

RGB19216411-
CMYK00.150.940.25
HSL50.72º89.16%39.8%-
HSV(B)50.72º94.27%75.29%-
XYZ35.0737.785.76-
YUV154.9346.78154.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 11 (4.69% from 255) = 3.00%
R=52.32%
G=44.69%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921641100.150.940.2550.7289.1639.8
HexC0A4B0F5E19335928
Octal30024413017136316313150
Binary11000000101001001011011111011110110011100111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A40B; }

 p { color: rgb(192,164,11); }

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

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

 a { background-color: rgb(192,164,11); }

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

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

 span { border-color: rgb(192,164,11); }

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