#C9960A

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

Shades of Buddha Gold #C9960A

Tints of Buddha Gold #C9960A

Color information

#C9960A (or 0xC9960A) is unknown color: approx Buddha Gold. HEX triplet: C9, 96 and 0A. RGB value is (201,150,10). Sum of RGB (Red+Green+Blue) = 201+150+10=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9960A is #3669F5. Grayscale: #959595. Windows color (decimal): -3566070 or 693961. OLE color: 693961.

HSL color Cylindrical-coordinate representation of color #C9960A: hue angle of 43.98º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9960A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB20115010-
CMYK00.250.950.21
HSL43.98º90.52%41.37%-
HSV(B)43.98º95.02%78.82%-
XYZ35.0534.255.05-
YUV149.2949.4164.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.68%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 10 (4.30% from 255) = 2.77%
R=55.68%
G=41.55%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011501000.250.950.2143.9890.5241.37
HexC996A0195F152c5b29
Octal31122612031137255413351
Binary110010011001011010100110011011111101011011001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9960A; }

 p { color: rgb(201,150,10); }

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

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

 a { background-color: rgb(201,150,10); }

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

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

 span { border-color: rgb(201,150,10); }

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