Html Css Color HEX #C2A814 Buddha Gold

📋 copy color: '#C2A814'

red 194 ◦ green 168 ◦ blue 20

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

Shades of Buddha Gold #C2A814

Tints of Buddha Gold #C2A814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 50.79%
G = 43.98%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2A814 (or 0xC2A814) is known color: Buddha Gold. HEX triplet: C2, A8 and 14. RGB value is (194,168,20). Sum of RGB (Red+Green+Blue) = 194+168+20=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A814 is #3D57EB. Grayscale: #9F9F9F. Windows color (decimal): -4020204 or 1353922. OLE color: 1353922.

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

Color convert

RGB 194 168 20 -
CMYK 0 0.13 0.90 0.24
HSL 51.03º 0.81% 0.42% -
HSV(B) 51.03º 0.9% 0.76% -
XYZ 36.38 39.53 6.37 -
YUV 158.9 49.61 153.03 -
System Red Green Blue C M Y K H S L
Decimal 194 168 20 0 0.13 0.90 0.24 51.03 0.81 0.42
Hex C2 A8 14 0 D 5A 18 33 51 2A
Octal 302 250 24 0 15 132 30 63 121 52
Binary 11000010 10101000 10100 0 1101 1011010 11000 110011 1010001 101010

Color Harmonies of #C2A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A814

Black with #C2A814

Text Example


Text Example

White with #C2A814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A814; }

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

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

background-color css

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

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

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

border-color css

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

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

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