Html Css Color HEX #C2A415 Buddha Gold

📋 copy color: '#C2A415'

red 194 ◦ green 164 ◦ blue 21

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

Shades of Buddha Gold #C2A415

Tints of Buddha Gold #C2A415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.27%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 51.19%
G = 43.27%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2A415 (or 0xC2A415) is known color: Buddha Gold. HEX triplet: C2, A4 and 15. RGB value is (194,164,21). Sum of RGB (Red+Green+Blue) = 194+164+21=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A415 is #3D5BEA. Grayscale: #9D9D9D. Windows color (decimal): -4021227 or 1418434. OLE color: 1418434.

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

Color convert

RGB 194 164 21 -
CMYK 0 0.15 0.89 0.24
HSL 49.6º 0.8% 0.42% -
HSV(B) 49.6º 0.89% 0.76% -
XYZ 35.66 38.07 6.18 -
YUV 156.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 194 164 21 0 0.15 0.89 0.24 49.6 0.8 0.42
Hex C2 A4 15 0 F 59 18 32 50 2A
Octal 302 244 25 0 17 131 30 62 120 52
Binary 11000010 10100100 10101 0 1111 1011001 11000 110010 1010000 101010

Color Harmonies of #C2A415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A415

Black with #C2A415

Text Example


Text Example

White with #C2A415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A415; }

 p { color: rgb(194,164,21); }

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

background-color css

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

 a { background-color: rgb(194,164,21); }

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

border-color css

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

 span { border-color: rgb(194,164,21); }

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