#C69C10

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

Shades of Buddha Gold #C69C10

Tints of Buddha Gold #C69C10

Color information

#C69C10 (or 0xC69C10) is unknown color: approx Buddha Gold. HEX triplet: C6, 9C and 10. RGB value is (198,156,16). Sum of RGB (Red+Green+Blue) = 198+156+16=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69C10 is #3963EF. Grayscale: #999999. Windows color (decimal): -3761136 or 1088710. OLE color: 1088710.

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

Color convert

RGB19815616-
CMYK00.210.920.22
HSL46.15º85.05%41.96%-
HSV(B)46.15º91.92%77.65%-
XYZ35.2735.825.55-
YUV152.650.91160.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.51%
GREEN value IS 156 (61.33% from 255) = 42.16%
BLUE value IS 16 (6.64% from 255) = 4.32%
R=53.51%
G=42.16%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981561600.210.920.2246.1585.0541.96
HexC69C100155C162e552a
Octal30623420025134265612552
Binary1100011010011100100000101011011100101101011101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C10; }

 p { color: rgb(198,156,16); }

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

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

 a { background-color: rgb(198,156,16); }

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

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

 span { border-color: rgb(198,156,16); }

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