Html Css Color HEX #C1A31E Buddha Gold

📋 copy color: '#C1A31E'

red 193 ◦ green 163 ◦ blue 30

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

Shades of Buddha Gold #C1A31E

Tints of Buddha Gold #C1A31E

RGB

 RED value IS 193 (75.78% from 255) = 50%

 GREEN value IS 163 (64.06% from 255) = 42.23%

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

R = 50%
G = 42.23%
B = 7.77%

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

#C1A31E (or 0xC1A31E) is known color: Buddha Gold. HEX triplet: C1, A3 and 1E. RGB value is (193,163,30). Sum of RGB (Red+Green+Blue) = 193+163+30=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A31E is #3E5CE1. Grayscale: #9D9D9D. Windows color (decimal): -4087010 or 2008001. OLE color: 2008001.

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

Color convert

RGB 193 163 30 -
CMYK 0 0.16 0.84 0.24
HSL 48.96º 0.73% 0.44% -
HSV(B) 48.96º 0.84% 0.76% -
XYZ 35.32 37.63 6.63 -
YUV 156.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 193 163 30 0 0.16 0.84 0.24 48.96 0.73 0.44
Hex C1 A3 1E 0 10 54 18 31 49 2C
Octal 301 243 36 0 20 124 30 61 111 54
Binary 11000001 10100011 11110 0 10000 1010100 11000 110001 1001001 101100

Color Harmonies of #C1A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A31E

Black with #C1A31E

Text Example


Text Example

White with #C1A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A31E; }

 p { color: rgb(193,163,30); }

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

background-color css

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

 a { background-color: rgb(193,163,30); }

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

border-color css

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

 span { border-color: rgb(193,163,30); }

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