Html Css Color HEX #C2A710 Buddha Gold

📋 copy color: '#C2A710'

red 194 ◦ green 167 ◦ blue 16

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

Shades of Buddha Gold #C2A710

Tints of Buddha Gold #C2A710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.3%

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

R = 51.46%
G = 44.3%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2A710 (or 0xC2A710) is known color: Buddha Gold. HEX triplet: C2, A7 and 10. RGB value is (194,167,16). Sum of RGB (Red+Green+Blue) = 194+167+16=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A710 is #3D58EF. Grayscale: #9E9E9E. Windows color (decimal): -4020464 or 1091522. OLE color: 1091522.

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

Color convert

RGB 194 167 16 -
CMYK 0 0.14 0.92 0.24
HSL 50.9º 0.85% 0.41% -
HSV(B) 50.9º 0.92% 0.76% -
XYZ 36.16 39.14 6.14 -
YUV 157.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 194 167 16 0 0.14 0.92 0.24 50.9 0.85 0.41
Hex C2 A7 10 0 E 5C 18 33 55 29
Octal 302 247 20 0 16 134 30 63 125 51
Binary 11000010 10100111 10000 0 1110 1011100 11000 110011 1010101 101001

Color Harmonies of #C2A710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A710

Black with #C2A710

Text Example


Text Example

White with #C2A710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A710; }

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

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

background-color css

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

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

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

border-color css

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

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

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