Html Css Color HEX #C2A305 Buddha Gold

📋 copy color: '#C2A305'

red 194 ◦ green 163 ◦ blue 5

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

Shades of Buddha Gold #C2A305

Tints of Buddha Gold #C2A305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.03%

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 53.59%
G = 45.03%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C2A305 (or 0xC2A305) is known color: Buddha Gold. HEX triplet: C2, A3 and 05. RGB value is (194,163,5). Sum of RGB (Red+Green+Blue) = 194+163+5=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A305 is #3D5CFA. Grayscale: #9A9A9A. Windows color (decimal): -4021499 or 369602. OLE color: 369602.

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

Color convert

RGB 194 163 5 -
CMYK 0 0.16 0.97 0.24
HSL 50.16º 0.95% 0.39% -
HSV(B) 50.16º 0.97% 0.76% -
XYZ 35.37 37.67 5.55 -
YUV 154.26 43.77 156.35 -
System Red Green Blue C M Y K H S L
Decimal 194 163 5 0 0.16 0.97 0.24 50.16 0.95 0.39
Hex C2 A3 5 0 10 61 18 32 5F 27
Octal 302 243 5 0 20 141 30 62 137 47
Binary 11000010 10100011 101 0 10000 1100001 11000 110010 1011111 100111

Color Harmonies of #C2A305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A305

Black with #C2A305

Text Example


Text Example

White with #C2A305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A305; }

 p { color: rgb(194,163,5); }

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

background-color css

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

 a { background-color: rgb(194,163,5); }

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

border-color css

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

 span { border-color: rgb(194,163,5); }

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