Html Css Color HEX #C7940F Buddha Gold

📋 copy color: '#C7940F'

red 199 ◦ green 148 ◦ blue 15

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

Shades of Buddha Gold #C7940F

Tints of Buddha Gold #C7940F

RGB

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

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

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

R = 54.97%
G = 40.88%
B = 4.14%

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

#C7940F (or 0xC7940F) is known color: Buddha Gold. HEX triplet: C7, 94 and 0F. RGB value is (199,148,15). Sum of RGB (Red+Green+Blue) = 199+148+15=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7940F is #386BF0. Grayscale: #949494. Windows color (decimal): -3697649 or 1021127. OLE color: 1021127.

HSL color Cylindrical-coordinate representation of color #C7940F: hue angle of 43.37º 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 #C7940F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 148 15 -
CMYK 0 0.26 0.92 0.22
HSL 43.37º 0.86% 0.42% -
HSV(B) 43.37º 0.92% 0.78% -
XYZ 34.23 33.36 5.09 -
YUV 148.09 52.9 164.31 -
System Red Green Blue C M Y K H S L
Decimal 199 148 15 0 0.26 0.92 0.22 43.37 0.86 0.42
Hex C7 94 F 0 1A 5C 16 2B 56 2A
Octal 307 224 17 0 32 134 26 53 126 52
Binary 11000111 10010100 1111 0 11010 1011100 10110 101011 1010110 101010

Color Harmonies of #C7940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7940F

Black with #C7940F

Text Example


Text Example

White with #C7940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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