#C4903A

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

Shades of Pizza #C4903A

Tints of Pizza #C4903A

Color information

#C4903A (or 0xC4903A) is unknown color: approx Pizza. HEX triplet: C4, 90 and 3A. RGB value is (196,144,58). Sum of RGB (Red+Green+Blue) = 196+144+58=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4903A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4903A is #3B6FC5. Grayscale: #969696. Windows color (decimal): -3895238 or 3838148. OLE color: 3838148.

HSL color Cylindrical-coordinate representation of color #C4903A: hue angle of 37.39º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4903A is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19614458-
CMYK00.270.700.23
HSL37.39º54.33%49.8%-
HSV(B)37.39º70.41%76.86%-
XYZ33.531.998.41-
YUV149.7476.23160.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 58 (23.05% from 255) = 14.57%
R=49.25%
G=36.18%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961445800.270.700.2337.3954.3349.8
HexC4903A01B4617253632
Octal3042207203310627456662
Binary1100010010010000111010011011100011010111100101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4903A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4903A; }

 p { color: rgb(196,144,58); }

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

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

 a { background-color: rgb(196,144,58); }

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

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

 span { border-color: rgb(196,144,58); }

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