#C48C36

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

Shades of Pizza #C48C36

Tints of Pizza #C48C36

Color information

#C48C36 (or 0xC48C36) is unknown color: approx Pizza. HEX triplet: C4, 8C and 36. RGB value is (196,140,54). Sum of RGB (Red+Green+Blue) = 196+140+54=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C36 is #3B73C9. Grayscale: #939393. Windows color (decimal): -3896266 or 3574980. OLE color: 3574980.

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

Color convert

RGB19614054-
CMYK00.290.720.23
HSL36.34º56.8%49.02%-
HSV(B)36.34º72.45%76.86%-
XYZ32.8130.767.7-
YUV146.9475.55162.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 54 (21.48% from 255) = 13.85%
R=50.26%
G=35.90%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961405400.290.720.2336.3456.849.02
HexC48C3601D4817243931
Octal3042146603511027447161
Binary1100010010001100110110011101100100010111100100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48C36; }

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

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

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

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

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

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

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

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