Html Css Color HEX #C7930F Buddha Gold

📋 copy color: '#C7930F'

red 199 ◦ green 147 ◦ blue 15

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

Shades of Buddha Gold #C7930F

Tints of Buddha Gold #C7930F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 55.12%
G = 40.72%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7930F (or 0xC7930F) is known color: Buddha Gold. HEX triplet: C7, 93 and 0F. RGB value is (199,147,15). Sum of RGB (Red+Green+Blue) = 199+147+15=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7930F is #386CF0. Grayscale: #949494. Windows color (decimal): -3697905 or 1020871. OLE color: 1020871.

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

Color convert

RGB 199 147 15 -
CMYK 0 0.26 0.92 0.22
HSL 43.04º 0.86% 0.42% -
HSV(B) 43.04º 0.92% 0.78% -
XYZ 34.07 33.04 5.03 -
YUV 147.5 53.23 164.73 -
System Red Green Blue C M Y K H S L
Decimal 199 147 15 0 0.26 0.92 0.22 43.04 0.86 0.42
Hex C7 93 F 0 1A 5C 16 2B 56 2A
Octal 307 223 17 0 32 134 26 53 126 52
Binary 11000111 10010011 1111 0 11010 1011100 10110 101011 1010110 101010

Color Harmonies of #C7930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7930F

Black with #C7930F

Text Example


Text Example

White with #C7930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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