#c99a0c

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

Shades of Buddha Gold #C99A0C

Tints of Buddha Gold #C99A0C

Color information

#C99A0C (or 0xC99A0C) is unknown color: approx Buddha Gold. HEX triplet: C9, 9A and 0C. RGB value is (201,154,12). Sum of RGB (Red+Green+Blue) = 201+154+12=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99A0C is #3665F3. Grayscale: #989898. Windows color (decimal): -3565044 or 826057. OLE color: 826057.

HSL color Cylindrical-coordinate representation of color #C99A0C: hue angle of 45.08º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C99A0C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB20115412-
CMYK00.230.940.21
HSL45.08º88.73%41.76%-
HSV(B)45.08º94.03%78.82%-
XYZ35.7135.565.33-
YUV151.8649.07163.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.77%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 12 (5.08% from 255) = 3.27%
R=54.77%
G=41.96%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011541200.230.940.2145.0888.7341.76
HexC99AC0175E152d592a
Octal31123214027136255513152
Binary110010011001101011000101111011110101011011011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c99a0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c99a0c; }

 p { color: rgb(201,154,12); }

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

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

 a { background-color: rgb(201,154,12); }

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

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

 span { border-color: rgb(201,154,12); }

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