#C4970A

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

Shades of Buddha Gold #C4970A

Tints of Buddha Gold #C4970A

Color information

#C4970A (or 0xC4970A) is unknown color: approx Buddha Gold. HEX triplet: C4, 97 and 0A. RGB value is (196,151,10). Sum of RGB (Red+Green+Blue) = 196+151+10=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4970A is #3B68F5. Grayscale: #949494. Windows color (decimal): -3893494 or 694212. OLE color: 694212.

HSL color Cylindrical-coordinate representation of color #C4970A: hue angle of 45.48º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4970A is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB19615110-
CMYK00.230.950.23
HSL45.48º90.29%40.39%-
HSV(B)45.48º94.9%76.86%-
XYZ33.8933.895.04-
YUV148.3849.91161.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.90%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 10 (4.30% from 255) = 2.80%
R=54.90%
G=42.30%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961511000.230.950.2345.4890.2940.39
HexC497A0175F172d5a28
Octal30422712027137275513250
Binary110001001001011110100101111011111101111011011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4970A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4970A; }

 p { color: rgb(196,151,10); }

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

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

 a { background-color: rgb(196,151,10); }

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

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

 span { border-color: rgb(196,151,10); }

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