Html Css Color HEX #C7A51A Buddha Gold

📋 copy color: '#C7A51A'

red 199 ◦ green 165 ◦ blue 26

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

Shades of Buddha Gold #C7A51A

Tints of Buddha Gold #C7A51A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

 BLUE value IS 26 (10.55% from 255) = 6.67%

R = 51.03%
G = 42.31%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7A51A (or 0xC7A51A) is known color: Buddha Gold. HEX triplet: C7, A5 and 1A. RGB value is (199,165,26). Sum of RGB (Red+Green+Blue) = 199+165+26=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A51A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A51A is #385AE5. Grayscale: #9F9F9F. Windows color (decimal): -3693286 or 1746375. OLE color: 1746375.

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

Color convert

RGB 199 165 26 -
CMYK 0 0.17 0.87 0.22
HSL 48.21º 0.77% 0.44% -
HSV(B) 48.21º 0.87% 0.78% -
XYZ 37.19 39.13 6.57 -
YUV 159.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 199 165 26 0 0.17 0.87 0.22 48.21 0.77 0.44
Hex C7 A5 1A 0 11 57 16 30 4D 2C
Octal 307 245 32 0 21 127 26 60 115 54
Binary 11000111 10100101 11010 0 10001 1010111 10110 110000 1001101 101100

Color Harmonies of #C7A51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A51A

Black with #C7A51A

Text Example


Text Example

White with #C7A51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A51A; }

 p { color: rgb(199,165,26); }

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

background-color css

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

 a { background-color: rgb(199,165,26); }

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

border-color css

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

 span { border-color: rgb(199,165,26); }

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