Html Css Color HEX #C5A31C Buddha Gold

📋 copy color: '#C5A31C'

red 197 ◦ green 163 ◦ blue 28

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

Shades of Buddha Gold #C5A31C

Tints of Buddha Gold #C5A31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.22%

R = 50.77%
G = 42.01%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5A31C (or 0xC5A31C) is known color: Buddha Gold. HEX triplet: C5, A3 and 1C. RGB value is (197,163,28). Sum of RGB (Red+Green+Blue) = 197+163+28=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A31C is #3A5CE3. Grayscale: #9E9E9E. Windows color (decimal): -3824868 or 1876933. OLE color: 1876933.

HSL color Cylindrical-coordinate representation of color #C5A31C: hue angle of 47.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5A31C is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 163 28 -
CMYK 0 0.17 0.86 0.23
HSL 47.93º 0.75% 0.44% -
HSV(B) 47.93º 0.86% 0.77% -
XYZ 36.33 38.15 6.55 -
YUV 157.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 197 163 28 0 0.17 0.86 0.23 47.93 0.75 0.44
Hex C5 A3 1C 0 11 56 17 30 4B 2C
Octal 305 243 34 0 21 126 27 60 113 54
Binary 11000101 10100011 11100 0 10001 1010110 10111 110000 1001011 101100

Color Harmonies of #C5A31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A31C

Black with #C5A31C

Text Example


Text Example

White with #C5A31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A31C; }

 p { color: rgb(197,163,28); }

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

background-color css

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

 a { background-color: rgb(197,163,28); }

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

border-color css

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

 span { border-color: rgb(197,163,28); }

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