Html Css Color HEX #C7A005 Buddha Gold

📋 copy color: '#C7A005'

red 199 ◦ green 160 ◦ blue 5

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

Shades of Buddha Gold #C7A005

Tints of Buddha Gold #C7A005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.96%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 54.67%
G = 43.96%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C7A005 (or 0xC7A005) is known color: Buddha Gold. HEX triplet: C7, A0 and 05. RGB value is (199,160,5). Sum of RGB (Red+Green+Blue) = 199+160+5=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A005 is #385FFA. Grayscale: #9A9A9A. Windows color (decimal): -3694587 or 368839. OLE color: 368839.

HSL color Cylindrical-coordinate representation of color #C7A005: hue angle of 47.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7A005 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 5 -
CMYK 0 0.20 0.97 0.22
HSL 47.94º 0.95% 0.4% -
HSV(B) 47.94º 0.97% 0.78% -
XYZ 36.15 37.29 5.44 -
YUV 153.99 43.92 160.1 -
System Red Green Blue C M Y K H S L
Decimal 199 160 5 0 0.20 0.97 0.22 47.94 0.95 0.4
Hex C7 A0 5 0 14 61 16 30 5F 28
Octal 307 240 5 0 24 141 26 60 137 50
Binary 11000111 10100000 101 0 10100 1100001 10110 110000 1011111 101000

Color Harmonies of #C7A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A005

Black with #C7A005

Text Example


Text Example

White with #C7A005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A005; }

 p { color: rgb(199,160,5); }

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

background-color css

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

 a { background-color: rgb(199,160,5); }

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

border-color css

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

 span { border-color: rgb(199,160,5); }

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