Html Css Color HEX #C7A11E Buddha Gold

📋 copy color: '#C7A11E'

red 199 ◦ green 161 ◦ blue 30

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

Shades of Buddha Gold #C7A11E

Tints of Buddha Gold #C7A11E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.28%

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

R = 51.03%
G = 41.28%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7A11E (or 0xC7A11E) is known color: Buddha Gold. HEX triplet: C7, A1 and 1E. RGB value is (199,161,30). Sum of RGB (Red+Green+Blue) = 199+161+30=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A11E is #385EE1. Grayscale: #9D9D9D. Windows color (decimal): -3694306 or 2007495. OLE color: 2007495.

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

Color convert

RGB 199 161 30 -
CMYK 0 0.19 0.85 0.22
HSL 46.51º 0.74% 0.45% -
HSV(B) 46.51º 0.85% 0.78% -
XYZ 36.53 37.73 6.58 -
YUV 157.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 199 161 30 0 0.19 0.85 0.22 46.51 0.74 0.45
Hex C7 A1 1E 0 13 55 16 2F 4A 2D
Octal 307 241 36 0 23 125 26 57 112 55
Binary 11000111 10100001 11110 0 10011 1010101 10110 101111 1001010 101101

Color Harmonies of #C7A11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A11E

Black with #C7A11E

Text Example


Text Example

White with #C7A11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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