Html Css Color HEX #C59118 Buddha Gold

📋 copy color: '#C59118'

red 197 ◦ green 145 ◦ blue 24

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

Shades of Buddha Gold #C59118

Tints of Buddha Gold #C59118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 53.83%
G = 39.62%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C59118 (or 0xC59118) is known color: Buddha Gold. HEX triplet: C5, 91 and 18. RGB value is (197,145,24). Sum of RGB (Red+Green+Blue) = 197+145+24=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C59118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59118 is #3A6EE7. Grayscale: #939393. Windows color (decimal): -3829480 or 1610181. OLE color: 1610181.

HSL color Cylindrical-coordinate representation of color #C59118: hue angle of 41.97º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C59118 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 145 24 -
CMYK 0 0.26 0.88 0.23
HSL 41.97º 0.78% 0.43% -
HSV(B) 41.97º 0.88% 0.77% -
XYZ 33.32 32.19 5.32 -
YUV 146.75 58.73 163.84 -
System Red Green Blue C M Y K H S L
Decimal 197 145 24 0 0.26 0.88 0.23 41.97 0.78 0.43
Hex C5 91 18 0 1A 58 17 2A 4E 2B
Octal 305 221 30 0 32 130 27 52 116 53
Binary 11000101 10010001 11000 0 11010 1011000 10111 101010 1001110 101011

Color Harmonies of #C59118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59118

Black with #C59118

Text Example


Text Example

White with #C59118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59118; }

 p { color: rgb(197,145,24); }

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

background-color css

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

 a { background-color: rgb(197,145,24); }

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

border-color css

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

 span { border-color: rgb(197,145,24); }

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