Html Css Color HEX #C5930E Buddha Gold

📋 copy color: '#C5930E'

red 197 ◦ green 147 ◦ blue 14

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

Shades of Buddha Gold #C5930E

Tints of Buddha Gold #C5930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 55.03%
G = 41.06%
B = 3.91%

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

#C5930E (or 0xC5930E) is known color: Buddha Gold. HEX triplet: C5, 93 and 0E. RGB value is (197,147,14). Sum of RGB (Red+Green+Blue) = 197+147+14=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5930E is #3A6CF1. Grayscale: #939393. Windows color (decimal): -3828978 or 955333. OLE color: 955333.

HSL color Cylindrical-coordinate representation of color #C5930E: hue angle of 43.61º 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 #C5930E is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 147 14 -
CMYK 0 0.25 0.93 0.23
HSL 43.61º 0.87% 0.41% -
HSV(B) 43.61º 0.93% 0.77% -
XYZ 33.54 32.77 4.97 -
YUV 146.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 197 147 14 0 0.25 0.93 0.23 43.61 0.87 0.41
Hex C5 93 E 0 19 5D 17 2C 57 29
Octal 305 223 16 0 31 135 27 54 127 51
Binary 11000101 10010011 1110 0 11001 1011101 10111 101100 1010111 101001

Color Harmonies of #C5930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5930E

Black with #C5930E

Text Example


Text Example

White with #C5930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5930E; }

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

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

background-color css

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

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

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

border-color css

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

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

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