#C7A208

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

Shades of Buddha Gold #C7A208

Tints of Buddha Gold #C7A208

Color information

#C7A208 (or 0xC7A208) is unknown color: approx Buddha Gold. HEX triplet: C7, A2 and 08. RGB value is (199,162,8). Sum of RGB (Red+Green+Blue) = 199+162+8=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A208 is #385DF7. Grayscale: #9C9C9C. Windows color (decimal): -3694072 or 565959. OLE color: 565959.

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

Color convert

RGB1991628-
CMYK00.190.960.22
HSL48.38º92.27%40.59%-
HSV(B)48.38º95.98%78.04%-
XYZ36.52385.64-
YUV155.5144.76159.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 8 (3.52% from 255) = 2.17%
R=53.93%
G=43.90%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199162800.190.960.2248.3892.2740.59
HexC7A280136016305c29
Octal30724210023140266013451
Binary110001111010001010000100111100000101101100001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A208; }

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

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

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

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

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

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

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

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