Html Css Color HEX #C3A41F Buddha Gold

📋 copy color: '#C3A41F'

red 195 ◦ green 164 ◦ blue 31

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

Shades of Buddha Gold #C3A41F

Tints of Buddha Gold #C3A41F

RGB

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

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

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

R = 50%
G = 42.05%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3A41F (or 0xC3A41F) is known color: Buddha Gold. HEX triplet: C3, A4 and 1F. RGB value is (195,164,31). Sum of RGB (Red+Green+Blue) = 195+164+31=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A41F is #3C5BE0. Grayscale: #9E9E9E. Windows color (decimal): -3955681 or 2073795. OLE color: 2073795.

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

Color convert

RGB 195 164 31 -
CMYK 0 0.16 0.84 0.24
HSL 48.66º 0.73% 0.44% -
HSV(B) 48.66º 0.84% 0.76% -
XYZ 36.03 38.25 6.78 -
YUV 158.11 56.27 154.31 -
System Red Green Blue C M Y K H S L
Decimal 195 164 31 0 0.16 0.84 0.24 48.66 0.73 0.44
Hex C3 A4 1F 0 10 54 18 31 49 2C
Octal 303 244 37 0 20 124 30 61 111 54
Binary 11000011 10100100 11111 0 10000 1010100 11000 110001 1001001 101100

Color Harmonies of #C3A41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A41F

Black with #C3A41F

Text Example


Text Example

White with #C3A41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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