Html Css Color HEX #C1A000 Buddha Gold

📋 copy color: '#C1A000'

red 193 ◦ green 160 ◦ blue 0

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

Shades of Buddha Gold #C1A000

Tints of Buddha Gold #C1A000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.67%
G = 45.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C1A000 (or 0xC1A000) is known color: Buddha Gold. HEX triplet: C1, A0 and 00. RGB value is (193,160,0). Sum of RGB (Red+Green+Blue) = 193+160+0=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A000 is #3E5FFF. Grayscale: #989898. Windows color (decimal): -4087808 or 41153. OLE color: 41153.

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

Color convert

RGB 193 160 0 -
CMYK 0 0.17 1 0.24
HSL 49.74º 1% 0.38% -
HSV(B) 49.74º 1% 0.76% -
XYZ 34.56 36.48 5.22 -
YUV 151.63 42.43 157.51 -
System Red Green Blue C M Y K H S L
Decimal 193 160 0 0 0.17 1 0.24 49.74 1 0.38
Hex C1 A0 0 0 11 64 18 32 64 26
Octal 301 240 0 0 21 144 30 62 144 46
Binary 11000001 10100000 0 0 10001 1100100 11000 110010 1100100 100110

Color Harmonies of #C1A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A000

Black with #C1A000

Text Example


Text Example

White with #C1A000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A000; }

 p { color: rgb(193,160,0); }

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

background-color css

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

 a { background-color: rgb(193,160,0); }

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

border-color css

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

 span { border-color: rgb(193,160,0); }

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