#C7A408

Color #C7A408 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C7A408

Tints of Buddha Gold #C7A408

Color information

#C7A408 (or 0xC7A408) is unknown color: approx Buddha Gold. HEX triplet: C7, A4 and 08. RGB value is (199,164,8). Sum of RGB (Red+Green+Blue) = 199+164+8=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A408 is #385BF7. Grayscale: #9D9D9D. Windows color (decimal): -3693560 or 566471. OLE color: 566471.

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

Color convert

RGB1991648-
CMYK00.180.960.22
HSL49.01º92.27%40.59%-
HSV(B)49.01º95.98%78.04%-
XYZ36.8738.715.76-
YUV156.6844.1158.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.64%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 8 (3.52% from 255) = 2.16%
R=53.64%
G=44.20%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199164800.180.960.2249.0192.2740.59
HexC7A480126016315c29
Octal30724410022140266113451
Binary110001111010010010000100101100000101101100011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A408; }

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

 H1.HeaderClassName
 {
   color: #C7A408;
 }
 .AnyTagClassName
 {
   color: #C7A408;
 }
</style>
background-color css

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

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

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

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

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

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