#C69C0F

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

Shades of Buddha Gold #C69C0F

Tints of Buddha Gold #C69C0F

Color information

#C69C0F (or 0xC69C0F) is unknown color: approx Buddha Gold. HEX triplet: C6, 9C and 0F. RGB value is (198,156,15). Sum of RGB (Red+Green+Blue) = 198+156+15=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69C0F is #3963F0. Grayscale: #999999. Windows color (decimal): -3761137 or 1023174. OLE color: 1023174.

HSL color Cylindrical-coordinate representation of color #C69C0F: hue angle of 46.23º degrees, saturation: 0.86, 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 #C69C0F is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB19815615-
CMYK00.210.920.22
HSL46.23º85.92%41.76%-
HSV(B)46.23º92.42%77.65%-
XYZ35.2635.825.51-
YUV152.4850.41160.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.66%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 15 (6.25% from 255) = 4.07%
R=53.66%
G=42.28%
B=4.07%

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
Decimal1981561500.210.920.2246.2385.9241.76
HexC69CF0155C162e562a
Octal30623417025134265612652
Binary110001101001110011110101011011100101101011101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C0F; }

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

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

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

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

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

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

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

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