#C1970A

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

Shades of Buddha Gold #C1970A

Tints of Buddha Gold #C1970A

Color information

#C1970A (or 0xC1970A) is unknown color: approx Buddha Gold. HEX triplet: C1, 97 and 0A. RGB value is (193,151,10). Sum of RGB (Red+Green+Blue) = 193+151+10=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1970A is #3E68F5. Grayscale: #949494. Windows color (decimal): -4090102 or 694209. OLE color: 694209.

HSL color Cylindrical-coordinate representation of color #C1970A: hue angle of 46.23º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1970A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB19315110-
CMYK00.220.950.24
HSL46.23º90.15%39.8%-
HSV(B)46.23º94.82%75.69%-
XYZ33.1133.495.01-
YUV147.4850.41160.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.52%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=54.52%
G=42.66%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931511000.220.950.2446.2390.1539.8
HexC197A0165F182e5a28
Octal30122712026137305613250
Binary110000011001011110100101101011111110001011101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1970A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1970A; }

 p { color: rgb(193,151,10); }

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

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

 a { background-color: rgb(193,151,10); }

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

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

 span { border-color: rgb(193,151,10); }

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