Html Css Color HEX #C1A00E Buddha Gold

📋 copy color: '#C1A00E'

red 193 ◦ green 160 ◦ blue 14

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

Shades of Buddha Gold #C1A00E

Tints of Buddha Gold #C1A00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 52.59%
G = 43.6%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1A00E (or 0xC1A00E) is known color: Buddha Gold. HEX triplet: C1, A0 and 0E. RGB value is (193,160,14). Sum of RGB (Red+Green+Blue) = 193+160+14=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A00E is #3E5FF1. Grayscale: #999999. Windows color (decimal): -4087794 or 958657. OLE color: 958657.

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

Color convert

RGB 193 160 14 -
CMYK 0 0.17 0.93 0.24
HSL 48.94º 0.86% 0.41% -
HSV(B) 48.94º 0.93% 0.76% -
XYZ 34.64 36.51 5.64 -
YUV 153.22 49.43 156.37 -
System Red Green Blue C M Y K H S L
Decimal 193 160 14 0 0.17 0.93 0.24 48.94 0.86 0.41
Hex C1 A0 E 0 11 5D 18 31 56 29
Octal 301 240 16 0 21 135 30 61 126 51
Binary 11000001 10100000 1110 0 10001 1011101 11000 110001 1010110 101001

Color Harmonies of #C1A00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A00E

Black with #C1A00E

Text Example


Text Example

White with #C1A00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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