Html Css Color HEX #C2A41F Buddha Gold

📋 copy color: '#C2A41F'

red 194 ◦ green 164 ◦ blue 31

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

Shades of Buddha Gold #C2A41F

Tints of Buddha Gold #C2A41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.97%

R = 49.87%
G = 42.16%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2A41F (or 0xC2A41F) is known color: Buddha Gold. HEX triplet: C2, A4 and 1F. RGB value is (194,164,31). Sum of RGB (Red+Green+Blue) = 194+164+31=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A41F is #3D5BE0. Grayscale: #9E9E9E. Windows color (decimal): -4021217 or 2073794. OLE color: 2073794.

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

Color convert

RGB 194 164 31 -
CMYK 0 0.15 0.84 0.24
HSL 48.96º 0.72% 0.44% -
HSV(B) 48.96º 0.84% 0.76% -
XYZ 35.77 38.12 6.77 -
YUV 157.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 194 164 31 0 0.15 0.84 0.24 48.96 0.72 0.44
Hex C2 A4 1F 0 F 54 18 31 48 2C
Octal 302 244 37 0 17 124 30 61 110 54
Binary 11000010 10100100 11111 0 1111 1010100 11000 110001 1001000 101100

Color Harmonies of #C2A41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A41F

Black with #C2A41F

Text Example


Text Example

White with #C2A41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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