Html Css Color HEX #C1A311 Buddha Gold

📋 copy color: '#C1A311'

red 193 ◦ green 163 ◦ blue 17

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

Shades of Buddha Gold #C1A311

Tints of Buddha Gold #C1A311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.56%

R = 51.74%
G = 43.7%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C1A311 (or 0xC1A311) is known color: Buddha Gold. HEX triplet: C1, A3 and 11. RGB value is (193,163,17). Sum of RGB (Red+Green+Blue) = 193+163+17=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A311 is #3E5CEE. Grayscale: #9B9B9B. Windows color (decimal): -4087023 or 1156033. OLE color: 1156033.

HSL color Cylindrical-coordinate representation of color #C1A311: hue angle of 49.77º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1A311 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 163 17 -
CMYK 0 0.16 0.91 0.24
HSL 49.77º 0.84% 0.41% -
HSV(B) 49.77º 0.91% 0.76% -
XYZ 35.19 37.57 5.93 -
YUV 155.33 49.94 154.87 -
System Red Green Blue C M Y K H S L
Decimal 193 163 17 0 0.16 0.91 0.24 49.77 0.84 0.41
Hex C1 A3 11 0 10 5B 18 32 54 29
Octal 301 243 21 0 20 133 30 62 124 51
Binary 11000001 10100011 10001 0 10000 1011011 11000 110010 1010100 101001

Color Harmonies of #C1A311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A311

Black with #C1A311

Text Example


Text Example

White with #C1A311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A311; }

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

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

background-color css

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

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

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

border-color css

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

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

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