#C8A607

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

Shades of Buddha Gold #C8A607

Tints of Buddha Gold #C8A607

Color information

#C8A607 (or 0xC8A607) is unknown color: approx Buddha Gold. HEX triplet: C8, A6 and 07. RGB value is (200,166,7). Sum of RGB (Red+Green+Blue) = 200+166+7=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A607 is #3759F8. Grayscale: #9E9E9E. Windows color (decimal): -3627513 or 501448. OLE color: 501448.

HSL color Cylindrical-coordinate representation of color #C8A607: hue angle of 49.43º degrees, saturation: 0.93, 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 #C8A607 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB2001667-
CMYK00.170.960.22
HSL49.43º93.24%40.59%-
HSV(B)49.43º96.5%78.43%-
XYZ37.4939.575.86-
YUV158.0442.76157.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.62%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 7 (3.12% from 255) = 1.88%
R=53.62%
G=44.50%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200166700.170.960.2249.4393.2440.59
HexC8A670116016315d29
Octal3102467021140266113551
Binary11001000101001101110100011100000101101100011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A607; }

 p { color: rgb(200,166,7); }

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

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

 a { background-color: rgb(200,166,7); }

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

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

 span { border-color: rgb(200,166,7); }

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