#C19039

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

Shades of Pizza #C19039

Tints of Pizza #C19039

Color information

#C19039 (or 0xC19039) is unknown color: approx Pizza. HEX triplet: C1, 90 and 39. RGB value is (193,144,57). Sum of RGB (Red+Green+Blue) = 193+144+57=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C19039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19039 is #3E6FC6. Grayscale: #959595. Windows color (decimal): -4091847 or 3772609. OLE color: 3772609.

HSL color Cylindrical-coordinate representation of color #C19039: hue angle of 38.38º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C19039 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19314457-
CMYK00.250.700.24
HSL38.38º54.4%49.02%-
HSV(B)38.38º70.47%75.69%-
XYZ32.731.588.24-
YUV148.7376.23159.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 57 (22.66% from 255) = 14.47%
R=48.98%
G=36.55%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931445700.250.700.2438.3854.449.02
HexC190390194618263631
Octal3012207103110630466661
Binary1100000110010000111001011001100011011000100110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19039; }

 p { color: rgb(193,144,57); }

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

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

 a { background-color: rgb(193,144,57); }

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

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

 span { border-color: rgb(193,144,57); }

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