Html Css Color HEX #C2A224 Buddha Gold

📋 copy color: '#C2A224'

red 194 ◦ green 162 ◦ blue 36

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

Shades of Buddha Gold #C2A224

Tints of Buddha Gold #C2A224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.33%

 BLUE value IS 36 (14.45% from 255) = 9.18%

R = 49.49%
G = 41.33%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2A224 (or 0xC2A224) is known color: Buddha Gold. HEX triplet: C2, A2 and 24. RGB value is (194,162,36). Sum of RGB (Red+Green+Blue) = 194+162+36=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A224 is #3D5DDB. Grayscale: #9D9D9D. Windows color (decimal): -4021724 or 2400962. OLE color: 2400962.

HSL color Cylindrical-coordinate representation of color #C2A224: hue angle of 47.85º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2A224 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 162 36 -
CMYK 0 0.16 0.81 0.24
HSL 47.85º 0.69% 0.45% -
HSV(B) 47.85º 0.81% 0.76% -
XYZ 35.49 37.44 7.02 -
YUV 157.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 194 162 36 0 0.16 0.81 0.24 47.85 0.69 0.45
Hex C2 A2 24 0 10 51 18 30 45 2D
Octal 302 242 44 0 20 121 30 60 105 55
Binary 11000010 10100010 100100 0 10000 1010001 11000 110000 1000101 101101

Color Harmonies of #C2A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A224

Black with #C2A224

Text Example


Text Example

White with #C2A224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A224; }

 p { color: rgb(194,162,36); }

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

background-color css

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

 a { background-color: rgb(194,162,36); }

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

border-color css

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

 span { border-color: rgb(194,162,36); }

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