Html Css Color HEX #C2A026 Buddha Gold

📋 copy color: '#C2A026'

red 194 ◦ green 160 ◦ blue 38

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

Shades of Buddha Gold #C2A026

Tints of Buddha Gold #C2A026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.82%

 BLUE value IS 38 (15.23% from 255) = 9.69%

R = 49.49%
G = 40.82%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C2A026 (or 0xC2A026) is known color: Buddha Gold. HEX triplet: C2, A0 and 26. RGB value is (194,160,38). Sum of RGB (Red+Green+Blue) = 194+160+38=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A026 is #3D5FD9. Grayscale: #9C9C9C. Windows color (decimal): -4022234 or 2531522. OLE color: 2531522.

HSL color Cylindrical-coordinate representation of color #C2A026: hue angle of 46.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2A026 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 160 38 -
CMYK 0 0.18 0.80 0.24
HSL 46.92º 0.67% 0.45% -
HSV(B) 46.92º 0.8% 0.76% -
XYZ 35.17 36.75 7.07 -
YUV 156.26 61.26 154.92 -
System Red Green Blue C M Y K H S L
Decimal 194 160 38 0 0.18 0.80 0.24 46.92 0.67 0.45
Hex C2 A0 26 0 12 50 18 2F 43 2D
Octal 302 240 46 0 22 120 30 57 103 55
Binary 11000010 10100000 100110 0 10010 1010000 11000 101111 1000011 101101

Color Harmonies of #C2A026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A026

Black with #C2A026

Text Example


Text Example

White with #C2A026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A026; }

 p { color: rgb(194,160,38); }

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

background-color css

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

 a { background-color: rgb(194,160,38); }

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

border-color css

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

 span { border-color: rgb(194,160,38); }

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