#C4921C

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

Shades of Buddha Gold #C4921C

Tints of Buddha Gold #C4921C

Color information

#C4921C (or 0xC4921C) is unknown color: approx Buddha Gold. HEX triplet: C4, 92 and 1C. RGB value is (196,146,28). Sum of RGB (Red+Green+Blue) = 196+146+28=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4921C is #3B6DE3. Grayscale: #949494. Windows color (decimal): -3894756 or 1872580. OLE color: 1872580.

HSL color Cylindrical-coordinate representation of color #C4921C: hue angle of 42.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4921C is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19614628-
CMYK00.260.860.23
HSL42.14º75%43.92%-
HSV(B)42.14º85.71%76.86%-
XYZ33.2532.385.6-
YUV147.560.56162.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.97%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 28 (11.33% from 255) = 7.57%
R=52.97%
G=39.46%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961462800.260.860.2342.147543.92
HexC4921C01A56172a4b2c
Octal30422234032126275211354
Binary1100010010010010111000110101010110101111010101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4921C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4921C; }

 p { color: rgb(196,146,28); }

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

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

 a { background-color: rgb(196,146,28); }

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

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

 span { border-color: rgb(196,146,28); }

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