Html Css Color HEX #C59215 Buddha Gold

📋 copy color: '#C59215'

red 197 ◦ green 146 ◦ blue 21

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

Shades of Buddha Gold #C59215

Tints of Buddha Gold #C59215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.11%

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 54.12%
G = 40.11%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C59215 (or 0xC59215) is known color: Buddha Gold. HEX triplet: C5, 92 and 15. RGB value is (197,146,21). Sum of RGB (Red+Green+Blue) = 197+146+21=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C59215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59215 is #3A6DEA. Grayscale: #939393. Windows color (decimal): -3829227 or 1413829. OLE color: 1413829.

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

Color convert

RGB 197 146 21 -
CMYK 0 0.26 0.89 0.23
HSL 42.61º 0.81% 0.43% -
HSV(B) 42.61º 0.89% 0.77% -
XYZ 33.44 32.48 5.22 -
YUV 147 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 197 146 21 0 0.26 0.89 0.23 42.61 0.81 0.43
Hex C5 92 15 0 1A 59 17 2B 51 2B
Octal 305 222 25 0 32 131 27 53 121 53
Binary 11000101 10010010 10101 0 11010 1011001 10111 101011 1010001 101011

Color Harmonies of #C59215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59215

Black with #C59215

Text Example


Text Example

White with #C59215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59215; }

 p { color: rgb(197,146,21); }

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

background-color css

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

 a { background-color: rgb(197,146,21); }

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

border-color css

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

 span { border-color: rgb(197,146,21); }

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