#C18C35

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

Shades of Pizza #C18C35

Tints of Pizza #C18C35

Color information

#C18C35 (or 0xC18C35) is unknown color: approx Pizza. HEX triplet: C1, 8C and 35. RGB value is (193,140,53). Sum of RGB (Red+Green+Blue) = 193+140+53=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C35 is #3E73CA. Grayscale: #929292. Windows color (decimal): -4092875 or 3509441. OLE color: 3509441.

HSL color Cylindrical-coordinate representation of color #C18C35: hue angle of 37.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C18C35 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19314053-
CMYK00.270.730.24
HSL37.29º56.91%48.24%-
HSV(B)37.29º72.54%75.69%-
XYZ32.0130.357.54-
YUV145.9375.56161.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 53 (21.09% from 255) = 13.73%
R=50%
G=36.27%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931405300.270.730.2437.2956.9148.24
HexC18C3501B4918253930
Octal3012146503311130457160
Binary1100000110001100110101011011100100111000100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18C35; }

 p { color: rgb(193,140,53); }

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

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

 a { background-color: rgb(193,140,53); }

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

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

 span { border-color: rgb(193,140,53); }

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