Html Css Color HEX #C2A816 Buddha Gold

📋 copy color: '#C2A816'

red 194 ◦ green 168 ◦ blue 22

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

Shades of Buddha Gold #C2A816

Tints of Buddha Gold #C2A816

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.75%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 50.52%
G = 43.75%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2A816 (or 0xC2A816) is known color: Buddha Gold. HEX triplet: C2, A8 and 16. RGB value is (194,168,22). Sum of RGB (Red+Green+Blue) = 194+168+22=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A816 is #3D57E9. Grayscale: #9F9F9F. Windows color (decimal): -4020202 or 1484994. OLE color: 1484994.

HSL color Cylindrical-coordinate representation of color #C2A816: hue angle of 50.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2A816 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 168 22 -
CMYK 0 0.13 0.89 0.24
HSL 50.93º 0.8% 0.42% -
HSV(B) 50.93º 0.89% 0.76% -
XYZ 36.4 39.53 6.47 -
YUV 159.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 194 168 22 0 0.13 0.89 0.24 50.93 0.8 0.42
Hex C2 A8 16 0 D 59 18 33 50 2A
Octal 302 250 26 0 15 131 30 63 120 52
Binary 11000010 10101000 10110 0 1101 1011001 11000 110011 1010000 101010

Color Harmonies of #C2A816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A816

Black with #C2A816

Text Example


Text Example

White with #C2A816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A816; }

 p { color: rgb(194,168,22); }

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

background-color css

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

 a { background-color: rgb(194,168,22); }

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

border-color css

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

 span { border-color: rgb(194,168,22); }

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