Html Css Color HEX #C1A404 Buddha Gold

📋 copy color: '#C1A404'

red 193 ◦ green 164 ◦ blue 4

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

Shades of Buddha Gold #C1A404

Tints of Buddha Gold #C1A404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 53.46%
G = 45.43%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C1A404 (or 0xC1A404) is known color: Buddha Gold. HEX triplet: C1, A4 and 04. RGB value is (193,164,4). Sum of RGB (Red+Green+Blue) = 193+164+4=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A404 is #3E5BFB. Grayscale: #9B9B9B. Windows color (decimal): -4086780 or 304321. OLE color: 304321.

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

Color convert

RGB 193 164 4 -
CMYK 0 0.15 0.98 0.24
HSL 50.79º 0.96% 0.39% -
HSV(B) 50.79º 0.98% 0.76% -
XYZ 35.29 37.9 5.57 -
YUV 154.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 193 164 4 0 0.15 0.98 0.24 50.79 0.96 0.39
Hex C1 A4 4 0 F 62 18 33 60 27
Octal 301 244 4 0 17 142 30 63 140 47
Binary 11000001 10100100 100 0 1111 1100010 11000 110011 1100000 100111

Color Harmonies of #C1A404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A404

Black with #C1A404

Text Example


Text Example

White with #C1A404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A404; }

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

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

background-color css

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

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

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

border-color css

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

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

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