#C49C02

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

Shades of Buddha Gold #C49C02

Tints of Buddha Gold #C49C02

Color information

#C49C02 (or 0xC49C02) is unknown color: approx Buddha Gold. HEX triplet: C4, 9C and 02. RGB value is (196,156,2). Sum of RGB (Red+Green+Blue) = 196+156+2=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49C02 is #3B63FD. Grayscale: #979797. Windows color (decimal): -3892222 or 171204. OLE color: 171204.

HSL color Cylindrical-coordinate representation of color #C49C02: hue angle of 47.63º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C49C02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB1961562-
CMYK00.200.990.23
HSL47.63º97.98%38.82%-
HSV(B)47.63º98.98%76.86%-
XYZ34.6635.525.09-
YUV150.444.25160.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.37%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=55.37%
G=44.07%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196156200.200.990.2347.6397.9838.82
HexC49C20146317306227
Octal3042342024143276014247
Binary1100010010011100100101001100011101111100001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C02; }

 p { color: rgb(196,156,2); }

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

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

 a { background-color: rgb(196,156,2); }

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

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

 span { border-color: rgb(196,156,2); }

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