#C4A002

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

Shades of Buddha Gold #C4A002

Tints of Buddha Gold #C4A002

Color information

#C4A002 (or 0xC4A002) is unknown color: approx Buddha Gold. HEX triplet: C4, A0 and 02. RGB value is (196,160,2). Sum of RGB (Red+Green+Blue) = 196+160+2=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A002 is #3B5FFD. Grayscale: #999999. Windows color (decimal): -3891198 or 172228. OLE color: 172228.

HSL color Cylindrical-coordinate representation of color #C4A002: hue angle of 48.87º 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 #C4A002 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB1961602-
CMYK00.180.990.23
HSL48.87º97.98%38.82%-
HSV(B)48.87º98.98%76.86%-
XYZ35.3536.885.31-
YUV152.7542.93158.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.75%
GREEN value IS 160 (62.89% from 255) = 44.69%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=54.75%
G=44.69%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196160200.180.990.2348.8797.9838.82
HexC4A020126317316227
Octal3042402022143276114247
Binary1100010010100000100100101100011101111100011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A002; }

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

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

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

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

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

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

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

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