#C19542

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

Shades of Pizza #C19542

Tints of Pizza #C19542

Color information

#C19542 (or 0xC19542) is unknown color: approx Pizza. HEX triplet: C1, 95 and 42. RGB value is (193,149,66). Sum of RGB (Red+Green+Blue) = 193+149+66=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C19542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19542 is #3E6ABD. Grayscale: #999999. Windows color (decimal): -4090558 or 4363713. OLE color: 4363713.

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

Color convert

RGB19314966-
CMYK00.230.660.24
HSL39.21º50.6%50.78%-
HSV(B)39.21º65.8%75.69%-
XYZ33.7233.239.79-
YUV152.6979.08156.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 66 (26.17% from 255) = 16.18%
R=47.30%
G=36.52%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931496600.230.660.2439.2150.650.78
HexC195420174218273333
Octal30122510202710230476363
Binary11000001100101011000010010111100001011000100111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19542; }

 p { color: rgb(193,149,66); }

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

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

 a { background-color: rgb(193,149,66); }

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

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

 span { border-color: rgb(193,149,66); }

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