Html Css Color HEX #C1A518 Buddha Gold

📋 copy color: '#C1A518'

red 193 ◦ green 165 ◦ blue 24

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

Shades of Buddha Gold #C1A518

Tints of Buddha Gold #C1A518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.19%

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 50.52%
G = 43.19%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C1A518 (or 0xC1A518) is known color: Buddha Gold. HEX triplet: C1, A5 and 18. RGB value is (193,165,24). Sum of RGB (Red+Green+Blue) = 193+165+24=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A518 is #3E5AE7. Grayscale: #9D9D9D. Windows color (decimal): -4086504 or 1615297. OLE color: 1615297.

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

Color convert

RGB 193 165 24 -
CMYK 0 0.15 0.88 0.24
HSL 50.06º 0.78% 0.43% -
HSV(B) 50.06º 0.88% 0.76% -
XYZ 35.61 38.31 6.38 -
YUV 157.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 193 165 24 0 0.15 0.88 0.24 50.06 0.78 0.43
Hex C1 A5 18 0 F 58 18 32 4E 2B
Octal 301 245 30 0 17 130 30 62 116 53
Binary 11000001 10100101 11000 0 1111 1011000 11000 110010 1001110 101011

Color Harmonies of #C1A518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A518

Black with #C1A518

Text Example


Text Example

White with #C1A518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A518; }

 p { color: rgb(193,165,24); }

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

background-color css

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

 a { background-color: rgb(193,165,24); }

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

border-color css

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

 span { border-color: rgb(193,165,24); }

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