#C19240

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

Shades of Pizza #C19240

Tints of Pizza #C19240

Color information

#C19240 (or 0xC19240) is unknown color: approx Pizza. HEX triplet: C1, 92 and 40. RGB value is (193,146,64). Sum of RGB (Red+Green+Blue) = 193+146+64=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C19240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19240 is #3E6DBF. Grayscale: #979797. Windows color (decimal): -4091328 or 4231873. OLE color: 4231873.

HSL color Cylindrical-coordinate representation of color #C19240: hue angle of 38.14º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C19240 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19314664-
CMYK00.240.670.24
HSL38.14º50.99%50.39%-
HSV(B)38.14º66.84%75.69%-
XYZ33.232.279.33-
YUV150.779.07158.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 64 (25.39% from 255) = 15.88%
R=47.89%
G=36.23%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931466400.240.670.2438.1450.9950.39
HexC192400184318263332
Octal30122210003010330466362
Binary11000001100100101000000011000100001111000100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19240; }

 p { color: rgb(193,146,64); }

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

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

 a { background-color: rgb(193,146,64); }

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

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

 span { border-color: rgb(193,146,64); }

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