#C39C0E

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

Shades of Buddha Gold #C39C0E

Tints of Buddha Gold #C39C0E

Color information

#C39C0E (or 0xC39C0E) is unknown color: approx Buddha Gold. HEX triplet: C3, 9C and 0E. RGB value is (195,156,14). Sum of RGB (Red+Green+Blue) = 195+156+14=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39C0E is #3C63F1. Grayscale: #989898. Windows color (decimal): -3957746 or 957635. OLE color: 957635.

HSL color Cylindrical-coordinate representation of color #C39C0E: hue angle of 47.07º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C39C0E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB19515614-
CMYK00.200.930.24
HSL47.07º86.6%40.98%-
HSV(B)47.07º92.82%76.47%-
XYZ34.4735.415.43-
YUV151.4750.42159.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 156 (61.33% from 255) = 42.74%
BLUE value IS 14 (5.86% from 255) = 3.84%
R=53.42%
G=42.74%
B=3.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951561400.200.930.2447.0786.640.98
HexC39CE0145D182f5729
Octal30323416024135305712751
Binary110000111001110011100101001011101110001011111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39C0E; }

 p { color: rgb(195,156,14); }

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

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

 a { background-color: rgb(195,156,14); }

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

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

 span { border-color: rgb(195,156,14); }

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