Html Css Color HEX #C1A41B Buddha Gold

📋 copy color: '#C1A41B'

red 193 ◦ green 164 ◦ blue 27

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

Shades of Buddha Gold #C1A41B

Tints of Buddha Gold #C1A41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.03%

R = 50.26%
G = 42.71%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1A41B (or 0xC1A41B) is known color: Buddha Gold. HEX triplet: C1, A4 and 1B. RGB value is (193,164,27). Sum of RGB (Red+Green+Blue) = 193+164+27=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A41B is #3E5BE4. Grayscale: #9D9D9D. Windows color (decimal): -4086757 or 1811649. OLE color: 1811649.

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

Color convert

RGB 193 164 27 -
CMYK 0 0.15 0.86 0.24
HSL 49.52º 0.75% 0.43% -
HSV(B) 49.52º 0.86% 0.76% -
XYZ 35.47 37.97 6.5 -
YUV 157.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 193 164 27 0 0.15 0.86 0.24 49.52 0.75 0.43
Hex C1 A4 1B 0 F 56 18 32 4B 2B
Octal 301 244 33 0 17 126 30 62 113 53
Binary 11000001 10100100 11011 0 1111 1010110 11000 110010 1001011 101011

Color Harmonies of #C1A41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A41B

Black with #C1A41B

Text Example


Text Example

White with #C1A41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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