Html Css Color HEX #C2A611 Buddha Gold

📋 copy color: '#C2A611'

red 194 ◦ green 166 ◦ blue 17

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

Shades of Buddha Gold #C2A611

Tints of Buddha Gold #C2A611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.51%

R = 51.46%
G = 44.03%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2A611 (or 0xC2A611) is known color: Buddha Gold. HEX triplet: C2, A6 and 11. RGB value is (194,166,17). Sum of RGB (Red+Green+Blue) = 194+166+17=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A611 is #3D59EE. Grayscale: #9E9E9E. Windows color (decimal): -4020719 or 1156802. OLE color: 1156802.

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

Color convert

RGB 194 166 17 -
CMYK 0 0.14 0.91 0.24
HSL 50.51º 0.84% 0.41% -
HSV(B) 50.51º 0.91% 0.76% -
XYZ 35.99 38.78 6.12 -
YUV 157.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 194 166 17 0 0.14 0.91 0.24 50.51 0.84 0.41
Hex C2 A6 11 0 E 5B 18 33 54 29
Octal 302 246 21 0 16 133 30 63 124 51
Binary 11000010 10100110 10001 0 1110 1011011 11000 110011 1010100 101001

Color Harmonies of #C2A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A611

Black with #C2A611

Text Example


Text Example

White with #C2A611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A611; }

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

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

background-color css

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

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

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

border-color css

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

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

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