Html Css Color HEX #C1A41A Buddha Gold

📋 copy color: '#C1A41A'

red 193 ◦ green 164 ◦ blue 26

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

Shades of Buddha Gold #C1A41A

Tints of Buddha Gold #C1A41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.79%

R = 50.39%
G = 42.82%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1A41A (or 0xC1A41A) is known color: Buddha Gold. HEX triplet: C1, A4 and 1A. RGB value is (193,164,26). Sum of RGB (Red+Green+Blue) = 193+164+26=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A41A is #3E5BE5. Grayscale: #9D9D9D. Windows color (decimal): -4086758 or 1746113. OLE color: 1746113.

HSL color Cylindrical-coordinate representation of color #C1A41A: hue angle of 49.58º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1A41A is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 164 26 -
CMYK 0 0.15 0.87 0.24
HSL 49.58º 0.76% 0.43% -
HSV(B) 49.58º 0.87% 0.76% -
XYZ 35.45 37.96 6.44 -
YUV 156.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 193 164 26 0 0.15 0.87 0.24 49.58 0.76 0.43
Hex C1 A4 1A 0 F 57 18 32 4C 2B
Octal 301 244 32 0 17 127 30 62 114 53
Binary 11000001 10100100 11010 0 1111 1010111 11000 110010 1001100 101011

Color Harmonies of #C1A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A41A

Black with #C1A41A

Text Example


Text Example

White with #C1A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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