Html Css Color HEX #C1A31A Buddha Gold

📋 copy color: '#C1A31A'

red 193 ◦ green 163 ◦ blue 26

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

Shades of Buddha Gold #C1A31A

Tints of Buddha Gold #C1A31A

RGB

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

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

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

R = 50.52%
G = 42.67%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1A31A (or 0xC1A31A) is known color: Buddha Gold. HEX triplet: C1, A3 and 1A. RGB value is (193,163,26). Sum of RGB (Red+Green+Blue) = 193+163+26=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A31A is #3E5CE5. Grayscale: #9C9C9C. Windows color (decimal): -4087014 or 1745857. OLE color: 1745857.

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

Color convert

RGB 193 163 26 -
CMYK 0 0.16 0.87 0.24
HSL 49.22º 0.76% 0.43% -
HSV(B) 49.22º 0.87% 0.76% -
XYZ 35.28 37.61 6.38 -
YUV 156.35 54.44 154.14 -
System Red Green Blue C M Y K H S L
Decimal 193 163 26 0 0.16 0.87 0.24 49.22 0.76 0.43
Hex C1 A3 1A 0 10 57 18 31 4C 2B
Octal 301 243 32 0 20 127 30 61 114 53
Binary 11000001 10100011 11010 0 10000 1010111 11000 110001 1001100 101011

Color Harmonies of #C1A31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A31A

Black with #C1A31A

Text Example


Text Example

White with #C1A31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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