Html Css Color HEX #C1A411 Buddha Gold

📋 copy color: '#C1A411'

red 193 ◦ green 164 ◦ blue 17

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

Shades of Buddha Gold #C1A411

Tints of Buddha Gold #C1A411

RGB

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

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

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

R = 51.6%
G = 43.85%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C1A411 (or 0xC1A411) is known color: Buddha Gold. HEX triplet: C1, A4 and 11. RGB value is (193,164,17). Sum of RGB (Red+Green+Blue) = 193+164+17=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A411 is #3E5BEE. Grayscale: #9C9C9C. Windows color (decimal): -4086767 or 1156289. OLE color: 1156289.

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

Color convert

RGB 193 164 17 -
CMYK 0 0.15 0.91 0.24
HSL 50.11º 0.84% 0.41% -
HSV(B) 50.11º 0.91% 0.76% -
XYZ 35.37 37.93 5.99 -
YUV 155.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 193 164 17 0 0.15 0.91 0.24 50.11 0.84 0.41
Hex C1 A4 11 0 F 5B 18 32 54 29
Octal 301 244 21 0 17 133 30 62 124 51
Binary 11000001 10100100 10001 0 1111 1011011 11000 110010 1010100 101001

Color Harmonies of #C1A411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A411

Black with #C1A411

Text Example


Text Example

White with #C1A411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A411; }

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

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

background-color css

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

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

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

border-color css

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

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

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