Html Css Color HEX #C1A600 Buddha Gold

📋 copy color: '#C1A600'

red 193 ◦ green 166 ◦ blue 0

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

Shades of Buddha Gold #C1A600

Tints of Buddha Gold #C1A600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.24%

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

R = 53.76%
G = 46.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C1A600 (or 0xC1A600) is known color: Buddha Gold. HEX triplet: C1, A6 and 00. RGB value is (193,166,0). Sum of RGB (Red+Green+Blue) = 193+166+0=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A600 is #3E59FF. Grayscale: #9B9B9B. Windows color (decimal): -4086272 or 42689. OLE color: 42689.

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

Color convert

RGB 193 166 0 -
CMYK 0 0.14 1 0.24
HSL 51.61º 1% 0.38% -
HSV(B) 51.61º 1% 0.76% -
XYZ 35.63 38.61 5.57 -
YUV 155.15 40.45 155 -
System Red Green Blue C M Y K H S L
Decimal 193 166 0 0 0.14 1 0.24 51.61 1 0.38
Hex C1 A6 0 0 E 64 18 34 64 26
Octal 301 246 0 0 16 144 30 64 144 46
Binary 11000001 10100110 0 0 1110 1100100 11000 110100 1100100 100110

Color Harmonies of #C1A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A600

Black with #C1A600

Text Example


Text Example

White with #C1A600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A600; }

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

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

background-color css

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

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

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

border-color css

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

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

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