Html Css Color HEX #C5940E Buddha Gold

📋 copy color: '#C5940E'

red 197 ◦ green 148 ◦ blue 14

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

Shades of Buddha Gold #C5940E

Tints of Buddha Gold #C5940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

 BLUE value IS 14 (5.86% from 255) = 3.9%

R = 54.87%
G = 41.23%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5940E (or 0xC5940E) is known color: Buddha Gold. HEX triplet: C5, 94 and 0E. RGB value is (197,148,14). Sum of RGB (Red+Green+Blue) = 197+148+14=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5940E is #3A6BF1. Grayscale: #939393. Windows color (decimal): -3828722 or 955589. OLE color: 955589.

HSL color Cylindrical-coordinate representation of color #C5940E: hue angle of 43.93º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5940E is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 14 -
CMYK 0 0.25 0.93 0.23
HSL 43.93º 0.87% 0.41% -
HSV(B) 43.93º 0.93% 0.77% -
XYZ 33.7 33.08 5.02 -
YUV 147.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 197 148 14 0 0.25 0.93 0.23 43.93 0.87 0.41
Hex C5 94 E 0 19 5D 17 2C 57 29
Octal 305 224 16 0 31 135 27 54 127 51
Binary 11000101 10010100 1110 0 11001 1011101 10111 101100 1010111 101001

Color Harmonies of #C5940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5940E

Black with #C5940E

Text Example


Text Example

White with #C5940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5940E; }

 p { color: rgb(197,148,14); }

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

background-color css

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

 a { background-color: rgb(197,148,14); }

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

border-color css

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

 span { border-color: rgb(197,148,14); }

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