#c2a11f

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

Shades of Buddha Gold #C2A11F

Tints of Buddha Gold #C2A11F

Color information

#C2A11F (or 0xC2A11F) is unknown color: approx Buddha Gold. HEX triplet: C2, A1 and 1F. RGB value is (194,161,31). Sum of RGB (Red+Green+Blue) = 194+161+31=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A11F is #3D5EE0. Grayscale: #9C9C9C. Windows color (decimal): -4021985 or 2073026. OLE color: 2073026.

HSL color Cylindrical-coordinate representation of color #C2A11F: hue angle of 47.85º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2A11F is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19416131-
CMYK00.170.840.24
HSL47.85º72.44%44.12%-
HSV(B)47.85º84.02%76.08%-
XYZ35.2437.066.59-
YUV156.0557.43155.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 161 (63.28% from 255) = 41.71%
BLUE value IS 31 (12.5% from 255) = 8.03%
R=50.26%
G=41.71%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941613100.170.840.2447.8572.4444.12
HexC2A11F011541830482c
Octal30224137021124306011054
Binary1100001010100001111110100011010100110001100001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2a11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2a11f; }

 p { color: rgb(194,161,31); }

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

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

 a { background-color: rgb(194,161,31); }

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

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

 span { border-color: rgb(194,161,31); }

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