Html Css Color HEX #C7A41E Buddha Gold

📋 copy color: '#C7A41E'

red 199 ◦ green 164 ◦ blue 30

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

Shades of Buddha Gold #C7A41E

Tints of Buddha Gold #C7A41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.73%

 BLUE value IS 30 (12.11% from 255) = 7.63%

R = 50.64%
G = 41.73%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7A41E (or 0xC7A41E) is known color: Buddha Gold. HEX triplet: C7, A4 and 1E. RGB value is (199,164,30). Sum of RGB (Red+Green+Blue) = 199+164+30=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A41E is #385BE1. Grayscale: #9F9F9F. Windows color (decimal): -3693538 or 2008263. OLE color: 2008263.

HSL color Cylindrical-coordinate representation of color #C7A41E: hue angle of 47.57º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7A41E is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 164 30 -
CMYK 0 0.18 0.85 0.22
HSL 47.57º 0.74% 0.45% -
HSV(B) 47.57º 0.85% 0.78% -
XYZ 37.06 38.79 6.76 -
YUV 159.19 55.1 156.4 -
System Red Green Blue C M Y K H S L
Decimal 199 164 30 0 0.18 0.85 0.22 47.57 0.74 0.45
Hex C7 A4 1E 0 12 55 16 30 4A 2D
Octal 307 244 36 0 22 125 26 60 112 55
Binary 11000111 10100100 11110 0 10010 1010101 10110 110000 1001010 101101

Color Harmonies of #C7A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A41E

Black with #C7A41E

Text Example


Text Example

White with #C7A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A41E; }

 p { color: rgb(199,164,30); }

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

background-color css

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

 a { background-color: rgb(199,164,30); }

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

border-color css

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

 span { border-color: rgb(199,164,30); }

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