Html Css Color HEX #C2A00E Buddha Gold

📋 copy color: '#C2A00E'

red 194 ◦ green 160 ◦ blue 14

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

Shades of Buddha Gold #C2A00E

Tints of Buddha Gold #C2A00E

RGB

 RED value IS 194 (76.17% from 255) = 52.72%

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

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

R = 52.72%
G = 43.48%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2A00E (or 0xC2A00E) is known color: Buddha Gold. HEX triplet: C2, A0 and 0E. RGB value is (194,160,14). Sum of RGB (Red+Green+Blue) = 194+160+14=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A00E is #3D5FF1. Grayscale: #9A9A9A. Windows color (decimal): -4022258 or 958658. OLE color: 958658.

HSL color Cylindrical-coordinate representation of color #C2A00E: hue angle of 48.67º degrees, saturation: 0.87, 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 #C2A00E is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 160 14 -
CMYK 0 0.18 0.93 0.24
HSL 48.67º 0.87% 0.41% -
HSV(B) 48.67º 0.93% 0.76% -
XYZ 34.9 36.64 5.65 -
YUV 153.52 49.26 156.87 -
System Red Green Blue C M Y K H S L
Decimal 194 160 14 0 0.18 0.93 0.24 48.67 0.87 0.41
Hex C2 A0 E 0 12 5D 18 31 57 29
Octal 302 240 16 0 22 135 30 61 127 51
Binary 11000010 10100000 1110 0 10010 1011101 11000 110001 1010111 101001

Color Harmonies of #C2A00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A00E

Black with #C2A00E

Text Example


Text Example

White with #C2A00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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