Html Css Color HEX #C2AA11 Buddha Gold

📋 copy color: '#C2AA11'

red 194 ◦ green 170 ◦ blue 17

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

Shades of Buddha Gold #C2AA11

Tints of Buddha Gold #C2AA11

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.62%

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

R = 50.92%
G = 44.62%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2AA11 (or 0xC2AA11) is known color: Buddha Gold. HEX triplet: C2, AA and 11. RGB value is (194,170,17). Sum of RGB (Red+Green+Blue) = 194+170+17=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AA11 is #3D55EE. Grayscale: #A0A0A0. Windows color (decimal): -4019695 or 1157826. OLE color: 1157826.

HSL color Cylindrical-coordinate representation of color #C2AA11: hue angle of 51.86º 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 #C2AA11 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 17 -
CMYK 0 0.12 0.91 0.24
HSL 51.86º 0.84% 0.41% -
HSV(B) 51.86º 0.91% 0.76% -
XYZ 36.72 40.26 6.37 -
YUV 159.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 194 170 17 0 0.12 0.91 0.24 51.86 0.84 0.41
Hex C2 AA 11 0 C 5B 18 34 54 29
Octal 302 252 21 0 14 133 30 64 124 51
Binary 11000010 10101010 10001 0 1100 1011011 11000 110100 1010100 101001

Color Harmonies of #C2AA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA11

Black with #C2AA11

Text Example


Text Example

White with #C2AA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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