Html Css Color HEX #C2A616 Buddha Gold

📋 copy color: '#C2A616'

red 194 ◦ green 166 ◦ blue 22

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

Shades of Buddha Gold #C2A616

Tints of Buddha Gold #C2A616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.76%

R = 50.79%
G = 43.46%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2A616 (or 0xC2A616) is known color: Buddha Gold. HEX triplet: C2, A6 and 16. RGB value is (194,166,22). Sum of RGB (Red+Green+Blue) = 194+166+22=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A616 is #3D59E9. Grayscale: #9E9E9E. Windows color (decimal): -4020714 or 1484482. OLE color: 1484482.

HSL color Cylindrical-coordinate representation of color #C2A616: hue angle of 50.23º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2A616 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 22 -
CMYK 0 0.14 0.89 0.24
HSL 50.23º 0.8% 0.42% -
HSV(B) 50.23º 0.89% 0.76% -
XYZ 36.03 38.8 6.35 -
YUV 157.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 194 166 22 0 0.14 0.89 0.24 50.23 0.8 0.42
Hex C2 A6 16 0 E 59 18 32 50 2A
Octal 302 246 26 0 16 131 30 62 120 52
Binary 11000010 10100110 10110 0 1110 1011001 11000 110010 1010000 101010

Color Harmonies of #C2A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A616

Black with #C2A616

Text Example


Text Example

White with #C2A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A616; }

 p { color: rgb(194,166,22); }

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

background-color css

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

 a { background-color: rgb(194,166,22); }

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

border-color css

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

 span { border-color: rgb(194,166,22); }

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