Html Css Color HEX #C2A504 Buddha Gold

📋 copy color: '#C2A504'

red 194 ◦ green 165 ◦ blue 4

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

Shades of Buddha Gold #C2A504

Tints of Buddha Gold #C2A504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.45%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 53.44%
G = 45.45%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C2A504 (or 0xC2A504) is known color: Buddha Gold. HEX triplet: C2, A5 and 04. RGB value is (194,165,4). Sum of RGB (Red+Green+Blue) = 194+165+4=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A504 is #3D5AFB. Grayscale: #9B9B9B. Windows color (decimal): -4020988 or 304578. OLE color: 304578.

HSL color Cylindrical-coordinate representation of color #C2A504: hue angle of 50.84º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2A504 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 4 -
CMYK 0 0.15 0.98 0.24
HSL 50.84º 0.96% 0.39% -
HSV(B) 50.84º 0.98% 0.76% -
XYZ 35.73 38.39 5.64 -
YUV 155.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 194 165 4 0 0.15 0.98 0.24 50.84 0.96 0.39
Hex C2 A5 4 0 F 62 18 33 60 27
Octal 302 245 4 0 17 142 30 63 140 47
Binary 11000010 10100101 100 0 1111 1100010 11000 110011 1100000 100111

Color Harmonies of #C2A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A504

Black with #C2A504

Text Example


Text Example

White with #C2A504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A504; }

 p { color: rgb(194,165,4); }

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

background-color css

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

 a { background-color: rgb(194,165,4); }

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

border-color css

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

 span { border-color: rgb(194,165,4); }

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