#C3A500

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

Shades of Buddha Gold #C3A500

Tints of Buddha Gold #C3A500

Color information

#C3A500 (or 0xC3A500) is unknown color: approx Buddha Gold. HEX triplet: C3, A5 and 00. RGB value is (195,165,0). Sum of RGB (Red+Green+Blue) = 195+165+0=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A500 is #3C5AFF. Grayscale: #9B9B9B. Windows color (decimal): -3955456 or 42435. OLE color: 42435.

HSL color Cylindrical-coordinate representation of color #C3A500: hue angle of 50.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3A500 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1951650-
CMYK00.1510.24
HSL50.77º100%38.24%-
HSV(B)50.77º100%76.47%-
XYZ35.9638.515.54-
YUV155.1640.44156.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.17%
GREEN value IS 165 (64.84% from 255) = 45.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.17%
G=45.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195165000.1510.2450.7710038.24
HexC3A500F6418336426
Octal3032450017144306314446
Binary11000011101001010011111100100110001100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A500; }

 p { color: rgb(195,165,0); }

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

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

 a { background-color: rgb(195,165,0); }

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

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

 span { border-color: rgb(195,165,0); }

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