Html Css Color HEX #C1A300 Buddha Gold

📋 copy color: '#C1A300'

red 193 ◦ green 163 ◦ blue 0

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

Shades of Buddha Gold #C1A300

Tints of Buddha Gold #C1A300

RGB

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

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

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

R = 54.21%
G = 45.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C1A300 (or 0xC1A300) is known color: Buddha Gold. HEX triplet: C1, A3 and 00. RGB value is (193,163,0). Sum of RGB (Red+Green+Blue) = 193+163+0=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A300 is #3E5CFF. Grayscale: #9A9A9A. Windows color (decimal): -4087040 or 41921. OLE color: 41921.

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

Color convert

RGB 193 163 0 -
CMYK 0 0.16 1 0.24
HSL 50.67º 1% 0.38% -
HSV(B) 50.67º 1% 0.76% -
XYZ 35.09 37.53 5.39 -
YUV 153.39 41.44 156.25 -
System Red Green Blue C M Y K H S L
Decimal 193 163 0 0 0.16 1 0.24 50.67 1 0.38
Hex C1 A3 0 0 10 64 18 33 64 26
Octal 301 243 0 0 20 144 30 63 144 46
Binary 11000001 10100011 0 0 10000 1100100 11000 110011 1100100 100110

Color Harmonies of #C1A300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A300

Black with #C1A300

Text Example


Text Example

White with #C1A300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A300; }

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

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

background-color css

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

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

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

border-color css

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

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

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