Html Css Color HEX #C5A203 Buddha Gold

📋 copy color: '#C5A203'

red 197 ◦ green 162 ◦ blue 3

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

Shades of Buddha Gold #C5A203

Tints of Buddha Gold #C5A203

RGB

 RED value IS 197 (77.34% from 255) = 54.42%

 GREEN value IS 162 (63.67% from 255) = 44.75%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 54.42%
G = 44.75%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C5A203 (or 0xC5A203) is known color: Buddha Gold. HEX triplet: C5, A2 and 03. RGB value is (197,162,3). Sum of RGB (Red+Green+Blue) = 197+162+3=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A203 is #3A5DFC. Grayscale: #9B9B9B. Windows color (decimal): -3825149 or 238277. OLE color: 238277.

HSL color Cylindrical-coordinate representation of color #C5A203: hue angle of 49.18º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5A203 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 162 3 -
CMYK 0 0.18 0.98 0.23
HSL 49.18º 0.97% 0.39% -
HSV(B) 49.18º 0.98% 0.77% -
XYZ 35.96 37.72 5.47 -
YUV 154.34 42.6 158.43 -
System Red Green Blue C M Y K H S L
Decimal 197 162 3 0 0.18 0.98 0.23 49.18 0.97 0.39
Hex C5 A2 3 0 12 62 17 31 61 27
Octal 305 242 3 0 22 142 27 61 141 47
Binary 11000101 10100010 11 0 10010 1100010 10111 110001 1100001 100111

Color Harmonies of #C5A203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A203

Black with #C5A203

Text Example


Text Example

White with #C5A203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A203; }

 p { color: rgb(197,162,3); }

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

background-color css

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

 a { background-color: rgb(197,162,3); }

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

border-color css

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

 span { border-color: rgb(197,162,3); }

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