#C48E36

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

Shades of Pizza #C48E36

Tints of Pizza #C48E36

Color information

#C48E36 (or 0xC48E36) is unknown color: approx Pizza. HEX triplet: C4, 8E and 36. RGB value is (196,142,54). Sum of RGB (Red+Green+Blue) = 196+142+54=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E36 is #3B71C9. Grayscale: #949494. Windows color (decimal): -3895754 or 3575492. OLE color: 3575492.

HSL color Cylindrical-coordinate representation of color #C48E36: hue angle of 37.18º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C48E36 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19614254-
CMYK00.280.720.23
HSL37.18º56.8%49.02%-
HSV(B)37.18º72.45%76.86%-
XYZ33.131.357.8-
YUV148.1174.89162.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50%
GREEN value IS 142 (55.86% from 255) = 36.22%
BLUE value IS 54 (21.48% from 255) = 13.78%
R=50%
G=36.22%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961425400.280.720.2337.1856.849.02
HexC48E3601C4817253931
Octal3042166603411027457161
Binary1100010010001110110110011100100100010111100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E36; }

 p { color: rgb(196,142,54); }

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

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

 a { background-color: rgb(196,142,54); }

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

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

 span { border-color: rgb(196,142,54); }

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