Html Css Color HEX #C3A41E Buddha Gold

📋 copy color: '#C3A41E'

red 195 ◦ green 164 ◦ blue 30

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

Shades of Buddha Gold #C3A41E

Tints of Buddha Gold #C3A41E

RGB

 RED value IS 195 (76.56% from 255) = 50.13%

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

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

R = 50.13%
G = 42.16%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3A41E (or 0xC3A41E) is known color: Buddha Gold. HEX triplet: C3, A4 and 1E. RGB value is (195,164,30). Sum of RGB (Red+Green+Blue) = 195+164+30=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A41E is #3C5BE1. Grayscale: #9E9E9E. Windows color (decimal): -3955682 or 2008259. OLE color: 2008259.

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

Color convert

RGB 195 164 30 -
CMYK 0 0.16 0.85 0.24
HSL 48.73º 0.73% 0.44% -
HSV(B) 48.73º 0.85% 0.76% -
XYZ 36.02 38.25 6.71 -
YUV 157.99 55.77 154.4 -
System Red Green Blue C M Y K H S L
Decimal 195 164 30 0 0.16 0.85 0.24 48.73 0.73 0.44
Hex C3 A4 1E 0 10 55 18 31 49 2C
Octal 303 244 36 0 20 125 30 61 111 54
Binary 11000011 10100100 11110 0 10000 1010101 11000 110001 1001001 101100

Color Harmonies of #C3A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A41E

Black with #C3A41E

Text Example


Text Example

White with #C3A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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