Html Css Color HEX #C2A41E Buddha Gold

📋 copy color: '#C2A41E'

red 194 ◦ green 164 ◦ blue 30

#C2A41E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #C2A41E

Tints of Buddha Gold #C2A41E

RGB

 RED value IS 194 (76.17% from 255) = 50%

 GREEN value IS 164 (64.45% from 255) = 42.27%

 BLUE value IS 30 (12.11% from 255) = 7.73%

R = 50%
G = 42.27%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2A41E (or 0xC2A41E) is known color: Buddha Gold. HEX triplet: C2, A4 and 1E. RGB value is (194,164,30). Sum of RGB (Red+Green+Blue) = 194+164+30=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A41E is #3D5BE1. Grayscale: #9E9E9E. Windows color (decimal): -4021218 or 2008258. OLE color: 2008258.

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

Color convert

RGB 194 164 30 -
CMYK 0 0.15 0.85 0.24
HSL 49.02º 0.73% 0.44% -
HSV(B) 49.02º 0.85% 0.76% -
XYZ 35.76 38.11 6.7 -
YUV 157.69 55.94 153.9 -
System Red Green Blue C M Y K H S L
Decimal 194 164 30 0 0.15 0.85 0.24 49.02 0.73 0.44
Hex C2 A4 1E 0 F 55 18 31 49 2C
Octal 302 244 36 0 17 125 30 61 111 54
Binary 11000010 10100100 11110 0 1111 1010101 11000 110001 1001001 101100

Color Harmonies of #C2A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A41E

Black with #C2A41E

Text Example


Text Example

White with #C2A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A41E; }

 p { color: rgb(194,164,30); }

 H1.HeaderClassName
 {
   color: #C2A41E;
 }
 .AnyTagClassName
 {
   color: #C2A41E;
 }
</style>

background-color css

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

 a { background-color: rgb(194,164,30); }

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

border-color css

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

 span { border-color: rgb(194,164,30); }

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