#C3A600

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

Shades of Buddha Gold #C3A600

Tints of Buddha Gold #C3A600

Color information

#C3A600 (or 0xC3A600) is unknown color: approx Buddha Gold. HEX triplet: C3, A6 and 00. RGB value is (195,166,0). Sum of RGB (Red+Green+Blue) = 195+166+0=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A600 is #3C59FF. Grayscale: #9C9C9C. Windows color (decimal): -3955200 or 42691. OLE color: 42691.

HSL color Cylindrical-coordinate representation of color #C3A600: hue angle of 51.08º 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 #C3A600 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1951660-
CMYK00.1510.24
HSL51.08º100%38.24%-
HSV(B)51.08º100%76.47%-
XYZ36.1438.875.6-
YUV155.7540.11156-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 166 (65.23% from 255) = 45.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.02%
G=45.98%
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
Decimal195166000.1510.2451.0810038.24
HexC3A600F6418336426
Octal3032460017144306314446
Binary11000011101001100011111100100110001100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A600; }

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

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

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

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

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

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

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

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