Html Css Color HEX #C1A308 Buddha Gold

📋 copy color: '#C1A308'

red 193 ◦ green 163 ◦ blue 8

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

Shades of Buddha Gold #C1A308

Tints of Buddha Gold #C1A308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 53.02%
G = 44.78%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C1A308 (or 0xC1A308) is known color: Buddha Gold. HEX triplet: C1, A3 and 08. RGB value is (193,163,8). Sum of RGB (Red+Green+Blue) = 193+163+8=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A308 is #3E5CF7. Grayscale: #9A9A9A. Windows color (decimal): -4087032 or 566209. OLE color: 566209.

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

Color convert

RGB 193 163 8 -
CMYK 0 0.16 0.96 0.24
HSL 50.27º 0.92% 0.39% -
HSV(B) 50.27º 0.96% 0.76% -
XYZ 35.13 37.55 5.63 -
YUV 154.3 45.44 155.6 -
System Red Green Blue C M Y K H S L
Decimal 193 163 8 0 0.16 0.96 0.24 50.27 0.92 0.39
Hex C1 A3 8 0 10 60 18 32 5C 27
Octal 301 243 10 0 20 140 30 62 134 47
Binary 11000001 10100011 1000 0 10000 1100000 11000 110010 1011100 100111

Color Harmonies of #C1A308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A308

Black with #C1A308

Text Example


Text Example

White with #C1A308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A308; }

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

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

background-color css

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

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

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

border-color css

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

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

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