Html Css Color HEX #C2A110 Buddha Gold

📋 copy color: '#C2A110'

red 194 ◦ green 161 ◦ blue 16

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

Shades of Buddha Gold #C2A110

Tints of Buddha Gold #C2A110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.4%

 BLUE value IS 16 (6.64% from 255) = 4.31%

R = 52.29%
G = 43.4%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2A110 (or 0xC2A110) is known color: Buddha Gold. HEX triplet: C2, A1 and 10. RGB value is (194,161,16). Sum of RGB (Red+Green+Blue) = 194+161+16=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A110 is #3D5EEF. Grayscale: #9A9A9A. Windows color (decimal): -4022000 or 1089986. OLE color: 1089986.

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

Color convert

RGB 194 161 16 -
CMYK 0 0.17 0.92 0.24
HSL 48.88º 0.85% 0.41% -
HSV(B) 48.88º 0.92% 0.76% -
XYZ 35.09 37 5.78 -
YUV 154.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 194 161 16 0 0.17 0.92 0.24 48.88 0.85 0.41
Hex C2 A1 10 0 11 5C 18 31 55 29
Octal 302 241 20 0 21 134 30 61 125 51
Binary 11000010 10100001 10000 0 10001 1011100 11000 110001 1010101 101001

Color Harmonies of #C2A110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A110

Black with #C2A110

Text Example


Text Example

White with #C2A110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A110; }

 p { color: rgb(194,161,16); }

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

background-color css

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

 a { background-color: rgb(194,161,16); }

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

border-color css

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

 span { border-color: rgb(194,161,16); }

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