Html Css Color HEX #C2A024 Buddha Gold

📋 copy color: '#C2A024'

red 194 ◦ green 160 ◦ blue 36

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

Shades of Buddha Gold #C2A024

Tints of Buddha Gold #C2A024

RGB

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

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

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

R = 49.74%
G = 41.03%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2A024 (or 0xC2A024) is known color: Buddha Gold. HEX triplet: C2, A0 and 24. RGB value is (194,160,36). Sum of RGB (Red+Green+Blue) = 194+160+36=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A024 is #3D5FDB. Grayscale: #9C9C9C. Windows color (decimal): -4022236 or 2400450. OLE color: 2400450.

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

Color convert

RGB 194 160 36 -
CMYK 0 0.18 0.81 0.24
HSL 47.09º 0.69% 0.45% -
HSV(B) 47.09º 0.81% 0.76% -
XYZ 35.14 36.74 6.91 -
YUV 156.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 194 160 36 0 0.18 0.81 0.24 47.09 0.69 0.45
Hex C2 A0 24 0 12 51 18 2F 45 2D
Octal 302 240 44 0 22 121 30 57 105 55
Binary 11000010 10100000 100100 0 10010 1010001 11000 101111 1000101 101101

Color Harmonies of #C2A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A024

Black with #C2A024

Text Example


Text Example

White with #C2A024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A024; }

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

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

background-color css

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

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

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

border-color css

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

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

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