Html Css Color HEX #C7930E Buddha Gold

📋 copy color: '#C7930E'

red 199 ◦ green 147 ◦ blue 14

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

Shades of Buddha Gold #C7930E

Tints of Buddha Gold #C7930E

RGB

 RED value IS 199 (78.13% from 255) = 55.28%

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

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

R = 55.28%
G = 40.83%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7930E (or 0xC7930E) is known color: Buddha Gold. HEX triplet: C7, 93 and 0E. RGB value is (199,147,14). Sum of RGB (Red+Green+Blue) = 199+147+14=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7930E is #386CF1. Grayscale: #939393. Windows color (decimal): -3697906 or 955335. OLE color: 955335.

HSL color Cylindrical-coordinate representation of color #C7930E: hue angle of 43.14º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7930E is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 147 14 -
CMYK 0 0.26 0.93 0.22
HSL 43.14º 0.87% 0.42% -
HSV(B) 43.14º 0.93% 0.78% -
XYZ 34.07 33.04 5 -
YUV 147.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 199 147 14 0 0.26 0.93 0.22 43.14 0.87 0.42
Hex C7 93 E 0 1A 5D 16 2B 57 2A
Octal 307 223 16 0 32 135 26 53 127 52
Binary 11000111 10010011 1110 0 11010 1011101 10110 101011 1010111 101010

Color Harmonies of #C7930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7930E

Black with #C7930E

Text Example


Text Example

White with #C7930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7930E; }

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

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

background-color css

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

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

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

border-color css

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

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

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